Skip to content

Commit a81bd7d

Browse files
authored
Reduce patroni retry timeout after moving to failsafe mode (#580)
1 parent 5feec46 commit a81bd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1/postgres_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const (
7373
teamIDPrefix = "pg"
7474

7575
DefaultPatroniParamValueLoopWait uint32 = 10
76-
DefaultPatroniParamValueRetryTimeout uint32 = 60
76+
DefaultPatroniParamValueRetryTimeout uint32 = 10
7777

7878
defaultPostgresParamValueTCPKeepAlivesIdle = "200"
7979
defaultPostgresParamValueTCPKeepAlivesInterval = "30"

0 commit comments

Comments
 (0)