Skip to content

Commit 3f0601a

Browse files
authored
remove hardcoded settings for retry
remove hardcoded settings for retry to allow k8 to handle restarting.
1 parent 8e8c04b commit 3f0601a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

values.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,8 @@ st2:
8383
allow_origin = '*'
8484
# fixes no replicaset found bug;
8585
[database]
86-
# Connection retry backoff max (seconds).
87-
connection_retry_backoff_max_s = 10
88-
# Backoff multiplier (seconds).
89-
connection_retry_backoff_mul = 1
90-
# Connection retry total time (minutes).
91-
connection_retry_max_delay_m = 3
9286
# Connection and server selection timeout (in ms).
93-
connection_timeout = 12000
87+
connection_timeout = 5000
9488
9589
9690
#Override Definitions can be added here.

0 commit comments

Comments
 (0)