We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8c04b commit 3f0601aCopy full SHA for 3f0601a
values.yaml
@@ -83,14 +83,8 @@ st2:
83
allow_origin = '*'
84
# fixes no replicaset found bug;
85
[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
92
# Connection and server selection timeout (in ms).
93
- connection_timeout = 12000
+ connection_timeout = 5000
94
95
96
#Override Definitions can be added here.
0 commit comments