Skip to content

Commit

Permalink
Merge pull request #573 from Heigvd/yjs-flushSize
Browse files Browse the repository at this point in the history
YJS - Reduce flushSize
  • Loading branch information
SandraMonnier authored Mar 27, 2024
2 parents f7758a2 + 10598b5 commit cf03196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colab-api/src/main/node/colab-yjs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const mongoHostHttp = mongoHost.replace('mongodb', 'http');
// MongoDriver
const mongoDriver = new MongodbPersistence(mongoHost, {
collectionName: mongoCollection,
flushSize: 400,
flushSize: 100,
multipleCollections: false,
});

Expand Down

0 comments on commit cf03196

Please sign in to comment.