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 7075430 commit 798270dCopy full SHA for 798270d
src/message-queues.ts
@@ -67,7 +67,7 @@ export interface BatchOptions {
67
// This is the maximum number of bytes we will send for a batch of
68
// ack/modack messages. The server itself has a maximum of 512KiB, so
69
// we just pull back a little from that in case of unknown fenceposts.
70
-export const MAX_BATCH_BYTES = 510 * 1024 * 1024;
+export const MAX_BATCH_BYTES = 510 * 1024;
71
72
/**
73
* Error class used to signal a batch failure.
0 commit comments