Skip to content

Commit c4ecd6d

Browse files
Zekun LiZekun Li
authored andcommitted
[qs] reduce max txn per batch
1 parent fafe4bb commit c4ecd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/config/quorum_store_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use serde::{Deserialize, Serialize};
1010
use std::time::Duration;
1111

1212
pub const BATCH_PADDING_BYTES: usize = 160;
13-
pub const DEFEAULT_MAX_BATCH_TXNS: usize = 100;
13+
pub const DEFEAULT_MAX_BATCH_TXNS: usize = 50;
1414
const DEFAULT_MAX_NUM_BATCHES: usize = 10;
1515

1616
#[derive(Clone, Copy, Debug, Deserialize, PartialEq, Serialize)]

0 commit comments

Comments
 (0)