Skip to content

Commit

Permalink
change request retry delay to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Sep 12, 2023
1 parent 440fdd9 commit ede168b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/presets/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func testnet() config.Config {
PhaseShift: 12 * time.Hour,
CycleGap: 2 * time.Hour,
GracePeriod: 10 * time.Minute,
RequestRetryDelay: 10 * time.Second,
RequestRetryDelay: 5 * time.Second,
MaxRequestRetries: 10,
},
POST: activation.PostConfig{
Expand Down

0 comments on commit ede168b

Please sign in to comment.