Skip to content

Commit 5695a7a

Browse files
committed
change max_proof_size to 4 MiB
1 parent eef1a05 commit 5695a7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config-files/config-batcher-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ batcher:
2121
block_interval: 3
2222
batch_size_interval: 10
2323
transaction_wait_timeout: 96000 # 8 blocks
24-
max_proof_size: 67108864 # 64 MiB
24+
max_proof_size: 4194304 # 4 MiB
2525
max_batch_byte_size: 268435456 # 256 MiB
2626
max_batch_proof_qty: 3000 # 3000 proofs in a batch
2727
max_queue_size: 10000

config-files/config-batcher-ethereum-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ batcher:
1919
block_interval: 3
2020
batch_size_interval: 10
2121
transaction_wait_timeout: 36000 # 3 blocks
22-
max_proof_size: 67108864 # 64 MiB
22+
max_proof_size: 4194304 # 4 MiB
2323
max_batch_byte_size: 268435456 # 256 MiB
2424
max_batch_proof_qty: 3000 # 3000 proofs in a batch
2525
max_queue_size: 10000

0 commit comments

Comments
 (0)