We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef1a05 commit 5695a7aCopy full SHA for 5695a7a
2 files changed
config-files/config-batcher-docker.yaml
@@ -21,7 +21,7 @@ batcher:
21
block_interval: 3
22
batch_size_interval: 10
23
transaction_wait_timeout: 96000 # 8 blocks
24
- max_proof_size: 67108864 # 64 MiB
+ max_proof_size: 4194304 # 4 MiB
25
max_batch_byte_size: 268435456 # 256 MiB
26
max_batch_proof_qty: 3000 # 3000 proofs in a batch
27
max_queue_size: 10000
config-files/config-batcher-ethereum-package.yaml
@@ -19,7 +19,7 @@ batcher:
19
20
transaction_wait_timeout: 36000 # 3 blocks
0 commit comments