We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ced0c9 commit 7aabfd1Copy full SHA for 7aabfd1
internal/config/defaults.go
@@ -42,9 +42,9 @@ const (
42
DefGRPCKeepAlivePermitWithoutStream = true
43
44
// Client Backoff defaults
45
- DefBackoffInitialInterval = 10 * time.Second
+ DefBackoffInitialInterval = 1 * time.Second
46
DefBackoffRandomizationFactor = 0.5 // the value is 0 <= and < 1
47
- DefBackoffMultiplier = 1.5
+ DefBackoffMultiplier = 3
48
DefBackoffMaxInterval = 20 * time.Second
49
DefBackoffMaxElapsedTime = 1 * time.Minute
50
0 commit comments