Skip to content

Commit 7aabfd1

Browse files
committed
update settings
1 parent 9ced0c9 commit 7aabfd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/config/defaults.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ const (
4242
DefGRPCKeepAlivePermitWithoutStream = true
4343

4444
// Client Backoff defaults
45-
DefBackoffInitialInterval = 10 * time.Second
45+
DefBackoffInitialInterval = 1 * time.Second
4646
DefBackoffRandomizationFactor = 0.5 // the value is 0 <= and < 1
47-
DefBackoffMultiplier = 1.5
47+
DefBackoffMultiplier = 3
4848
DefBackoffMaxInterval = 20 * time.Second
4949
DefBackoffMaxElapsedTime = 1 * time.Minute
5050

0 commit comments

Comments
 (0)