Skip to content

Commit

Permalink
Merge pull request #32 from matter-labs/increase-number-of-healthchec…
Browse files Browse the repository at this point in the history
…k-retries

fix: increase the number of zksync health check retries
  • Loading branch information
popzxc authored Jan 6, 2025
2 parents 43c57a5 + 2e8a928 commit 2ba19fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
test: curl --fail http://localhost:3071/health || exit 1
interval: 10s
timeout: 5s
retries: 20
retries: 200
start_period: 30s
depends_on:
- reth
Expand Down

0 comments on commit 2ba19fa

Please sign in to comment.