Commit f48ad1d3 authored by protolambda's avatar protolambda

ops-bedrock: set channel timeout larger than L1 block time, increase seq window size to 4

parent 8936551c
......@@ -108,7 +108,7 @@ services:
L2_ETH_RPC: http://l2:8545
BATCH_SUBMITTER_MIN_L1_TX_SIZE_BYTES: 1
BATCH_SUBMITTER_MAX_L1_TX_SIZE_BYTES: 120000
BATCH_SUBMITTER_CHANNEL_TIMEOUT: 10
BATCH_SUBMITTER_CHANNEL_TIMEOUT: 40
BATCH_SUBMITTER_POLL_INTERVAL: 1s
BATCH_SUBMITTER_NUM_CONFIRMATIONS: 1
BATCH_SUBMITTER_SAFE_ABORT_NONCE_TOO_LOW_COUNT: 3
......
......@@ -15,9 +15,9 @@
"max_sequencer_drift": 10,
"seq_window_size": 2,
"seq_window_size": 4,
"channel_timeout": 10,
"channel_timeout": 40,
"l1_chain_id": 900,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment