Skip to content

Commit ef36d50

Browse files
author
DogLooksGood
committed
Fix SQUASH LIMIT
1 parent 966bf74 commit ef36d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transactor/src/component/submitter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use super::ComponentEnv;
2424
const DEFAULT_SUBMITTER_SQUASH_TIME_WINDOW: u64 = 30;
2525

2626
// The default for maximum number of transactions for one squash.
27-
const DEFAULT_SUBMITTER_SQUASH_COMPLEXITY_LIMIT: usize = 1;
27+
const DEFAULT_SUBMITTER_SQUASH_COMPLEXITY_LIMIT: usize = 50;
2828

2929
// The default for size of transcation queue.
3030
const DEFAULT_SUBMITTER_TX_QUEUE_SIZE: usize = 100;

0 commit comments

Comments
 (0)