Skip to content

Commit

Permalink
Reduce frontend handler retry max attempts (#4753)
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt authored Aug 10, 2023
1 parent 6d4a76b commit 31eada0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const (

frontendHandlerRetryInitialInterval = 200 * time.Millisecond
frontendHandlerRetryMaxInterval = time.Second
frontendHandlerRetryMaxAttempts = 5
frontendHandlerRetryMaxAttempts = 2

historyHandlerRetryInitialInterval = 50 * time.Millisecond
historyHandlerRetryMaxAttempts = 2
Expand Down

0 comments on commit 31eada0

Please # to comment.