Skip to content

Commit

Permalink
Remove hard-coded ancient barriers for Nethermind (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Sep 13, 2023
1 parent 2b0659c commit 90ace7e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions nethermind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,12 @@ services:
- ${EE_PORT:-8551}
- --JsonRpc.AdditionalRpcUrls=http://127.0.0.1:1337|http|admin
- --JsonRpc.JwtSecretFile=/var/lib/nethermind/ee-secret/jwtsecret
# Temporary Prysm workaround. Remove when no longer needed
- --JsonRpc.MaxBatchSize
- "10000"
- --Metrics.Enabled
- "true"
- --Metrics.PushGatewayUrl
- ""
- --Metrics.ExposePort
- "6060"
- --Sync.AncientBodiesBarrier
- "1"
- --Sync.AncientReceiptsBarrier
- "1"
- --Pruning.FullPruningCompletionBehavior
- AlwaysShutdown
- --log
Expand Down

0 comments on commit 90ace7e

Please sign in to comment.