Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Sep 30, 2024
1 parent 6f909f7 commit c05e15a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ services:
- "--raft.bootstrap"
- "--node.rpc=http://op-node:8547"
- "--execution.rpc=http://op-geth-l2:8546"
- "--healthcheck.unsafe-interval=6" # 10 l2 blocks
- "--healthcheck.unsafe-interval=6" # 3 l2 blocks
- "--healthcheck.safe-interval=200"
- "--healthcheck.min-peer-count=1"
- "--healthcheck.interval=60"
Expand Down Expand Up @@ -650,7 +650,7 @@ services:
- "--raft.storage.dir=/tmp/raft"
- "--node.rpc=http://op-node-2:8547"
- "--execution.rpc=http://op-geth-l2-2:8546"
- "--healthcheck.unsafe-interval=6" # 10 l2 blocks
- "--healthcheck.unsafe-interval=6" # 3 l2 blocks
- "--healthcheck.safe-interval=200"
- "--healthcheck.min-peer-count=1"
- "--healthcheck.interval=60"
Expand Down Expand Up @@ -683,7 +683,7 @@ services:
- "--raft.storage.dir=/tmp/raft"
- "--node.rpc=http://op-node-3:8547"
- "--execution.rpc=http://op-geth-l2-3:8546"
- "--healthcheck.unsafe-interval=6" # 10 l2 blocks
- "--healthcheck.unsafe-interval=6" # 3 l2 blocks
- "--healthcheck.safe-interval=200"
- "--healthcheck.min-peer-count=1"
- "--healthcheck.interval=60"
Expand Down

0 comments on commit c05e15a

Please sign in to comment.