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 05643a3 commit fa4f820Copy full SHA for fa4f820
src/batcher.rs
@@ -6,7 +6,7 @@ use serde_json::{Map, Value};
6
use time::OffsetDateTime;
7
8
const MAX_MESSAGE_SIZE: usize = 1024 * 32;
9
-const MAX_BATCH_SIZE: usize = 1024 * 512;
+const MAX_BATCH_SIZE: usize = 1024 * 500;
10
11
/// A batcher can accept messages into an internal buffer, and report when
12
/// messages must be flushed.
0 commit comments