File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,13 +170,13 @@ configuration:
170
170
connect_timeout : 5000
171
171
172
172
# How long an idle connection with a server is left open (ms).
173
- idle_timeout : 30000 # milliseconds
173
+ idle_timeout : 30000 # milliseconds
174
174
175
175
# Max connection lifetime before it's closed, even if actively used.
176
- server_lifetime : 86400000 # 24 hours
176
+ server_lifetime : 86400000 # 24 hours
177
177
178
178
# How long a client is allowed to be idle while in a transaction (ms).
179
- idle_client_in_transaction_timeout : 0 # milliseconds
179
+ idle_client_in_transaction_timeout : 0 # milliseconds
180
180
181
181
# @param configuration.general.healthcheck_timeout How much time to give `SELECT 1` health check query to return with a result (ms).
182
182
healthcheck_timeout : 1000
You can’t perform that action at this time.
0 commit comments