Skip to content

Commit 056f7e2

Browse files
committed
fix lint issues
1 parent 250281c commit 056f7e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/pgcat/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ configuration:
170170
connect_timeout: 5000
171171

172172
# How long an idle connection with a server is left open (ms).
173-
idle_timeout: 30000 # milliseconds
173+
idle_timeout: 30000 # milliseconds
174174

175175
# Max connection lifetime before it's closed, even if actively used.
176-
server_lifetime: 86400000 # 24 hours
176+
server_lifetime: 86400000 # 24 hours
177177

178178
# 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
180180

181181
# @param configuration.general.healthcheck_timeout How much time to give `SELECT 1` health check query to return with a result (ms).
182182
healthcheck_timeout: 1000

0 commit comments

Comments
 (0)