Skip to content

Commit

Permalink
[bootstrap] fix: add stop_grace_period to server and broker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoBeliever committed May 12, 2023
1 parent f60289c commit d4fceef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion presets/mainnet/network.yml
Expand Up @@ -27,7 +27,7 @@ minVotingKeyLifetime: 112
maxVotingKeyLifetime: 360
votingKeyDesiredLifetime: 360
votingKeyDesiredFutureLifetime: 60
lastKnownNetworkEpoch: 1571
lastKnownNetworkEpoch: 1573
stepDuration: 5m
maxBlockFutureTime: 300ms
maxAccountRestrictionValues: 100
Expand Down
4 changes: 2 additions & 2 deletions presets/shared.yml
Expand Up @@ -97,8 +97,8 @@ maxDropBatchSize: 10
writeTimeout: 10m

# stop grace periods
nodeStopGracePeriod: '300s'
brokerStopGracePeriod: '20s'
nodeStopGracePeriod: 300s
brokerStopGracePeriod: 20s

#Peer List configuration
peersP2PListLimit: 10
Expand Down
2 changes: 1 addition & 1 deletion presets/testnet/network.yml
Expand Up @@ -22,7 +22,7 @@ importanceGrouping: 180
votingSetGrouping: 720
votingKeyDesiredLifetime: 720
votingKeyDesiredFutureLifetime: 120
lastKnownNetworkEpoch: 632
lastKnownNetworkEpoch: 636
minVotingKeyLifetime: 28
maxVotingKeyLifetime: 720
stepDuration: 4m
Expand Down

0 comments on commit d4fceef

Please sign in to comment.