Commit 284f3a4c authored by protolambda's avatar protolambda

devnet: set recommit time to 100ms

parent bf530470
...@@ -33,6 +33,8 @@ services: ...@@ -33,6 +33,8 @@ services:
- "l1_data:/db" - "l1_data:/db"
- "${PWD}/../.devnet/genesis-l1.json:/genesis.json" - "${PWD}/../.devnet/genesis-l1.json:/genesis.json"
- "${PWD}/test-jwt-secret.txt:/config/test-jwt-secret.txt" - "${PWD}/test-jwt-secret.txt:/config/test-jwt-secret.txt"
environment:
GETH_MINER_RECOMMIT: 100ms
l2: l2:
build: build:
...@@ -49,6 +51,8 @@ services: ...@@ -49,6 +51,8 @@ services:
- "/bin/sh" - "/bin/sh"
- "/entrypoint.sh" - "/entrypoint.sh"
- "--authrpc.jwtsecret=/config/test-jwt-secret.txt" - "--authrpc.jwtsecret=/config/test-jwt-secret.txt"
environment:
GETH_MINER_RECOMMIT: 100ms
op-node: op-node:
depends_on: depends_on:
......
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