Skip to content

Commit

Permalink
batch-system: increase max batch size (#9020)
Browse files Browse the repository at this point in the history
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
  • Loading branch information
Little-Wallace authored Nov 19, 2020
1 parent 2033e75 commit 1cf4b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/batch-system/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct Config {
impl Default for Config {
fn default() -> Config {
Config {
max_batch_size: 256,
max_batch_size: 1024,
pool_size: 2,
reschedule_duration: ReadableDuration::secs(5),
}
Expand Down

0 comments on commit 1cf4b1e

Please sign in to comment.