We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de1ce4 commit 2d6fd6aCopy full SHA for 2d6fd6a
packages/service-core/src/storage/mongo/OperationBatch.ts
@@ -12,7 +12,7 @@ const MAX_BATCH_COUNT = 2000;
12
/**
13
* Maximum size of operations in the batch (estimated).
14
*/
15
-const MAX_RECORD_BATCH_SIZE = 14_000_000;
+const MAX_RECORD_BATCH_SIZE = 5_000_000;
16
17
18
* Maximum size of size of current_data documents we lookup at a time.
0 commit comments