Skip to content
Snippets Groups Projects
Commit a74e3c3b authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fixed a crash

parent 449ae017
No related branches found
No related tags found
1 merge request!170Release
......@@ -28,7 +28,7 @@ const (
trySix = 24 * time.Hour
// Amount of tries past which the
// backoff will not increase
cappedTries = 7
cappedTries = 6
)
var backOffTable = [cappedTries]time.Duration{tryZero, tryOne, tryTwo, tryThree, tryFour, tryFive, trySix}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment