Skip to content

Commit 1cf4b1e

Browse files
batch-system: increase max batch size (#9020)
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
1 parent 2033e75 commit 1cf4b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/batch-system/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub struct Config {
1414
impl Default for Config {
1515
fn default() -> Config {
1616
Config {
17-
max_batch_size: 256,
17+
max_batch_size: 1024,
1818
pool_size: 2,
1919
reschedule_duration: ReadableDuration::secs(5),
2020
}

0 commit comments

Comments
 (0)