We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2033e75 commit 1cf4b1eCopy full SHA for 1cf4b1e
components/batch-system/src/config.rs
@@ -14,7 +14,7 @@ pub struct Config {
14
impl Default for Config {
15
fn default() -> Config {
16
Config {
17
- max_batch_size: 256,
+ max_batch_size: 1024,
18
pool_size: 2,
19
reschedule_duration: ReadableDuration::secs(5),
20
}
0 commit comments