Skip to content

Commit f30c319

Browse files
author
colinlyguo
committed
update limits
1 parent a140d2e commit f30c319

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rollup/conf/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@
9595
"max_block_num_per_chunk": 100,
9696
"max_l2_gas_per_chunk": 20000000,
9797
"chunk_timeout_sec": 300,
98-
"max_uncompressed_batch_bytes_size": 4000000
98+
"max_uncompressed_batch_bytes_size": 4194304
9999
},
100100
"batch_proposer_config": {
101101
"propose_interval_milliseconds": 1000,
102102
"batch_timeout_sec": 300,
103103
"max_chunks_per_batch": 45,
104-
"max_uncompressed_batch_bytes_size": 4000000
104+
"max_uncompressed_batch_bytes_size": 4194304
105105
},
106106
"bundle_proposer_config": {
107107
"max_batch_num_per_bundle": 20,

rollup/proposer-tool-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"max_block_num_per_chunk": 100,
66
"max_l2_gas_per_chunk": 20000000,
77
"chunk_timeout_sec": 72000000000,
8-
"max_uncompressed_batch_bytes_size": 4000000
8+
"max_uncompressed_batch_bytes_size": 4194304
99
},
1010
"batch_proposer_config": {
1111
"batch_timeout_sec": 72000000000,
1212
"max_chunks_per_batch": 45,
13-
"max_uncompressed_batch_bytes_size": 4000000
13+
"max_uncompressed_batch_bytes_size": 4194304
1414
},
1515
"bundle_proposer_config": {
1616
"max_batch_num_per_bundle": 45,

0 commit comments

Comments
 (0)