Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement: Avoid using MongoTransaction for individual commits, dis…
…allow committing empty entries. This function commits a list of entries to the database using a MongoDB (mongoTransaction helper function) transaction if there are multiple entries provided. It ensures atomicity for multiple commits. However, it does not use a transaction for single commits and prohibits committing empty entries.
- Loading branch information