File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -252,8 +252,8 @@ to_user: <string>
252
252
max_concurrent_queries : <int> | optional | default = 0
253
253
254
254
# Maximum duration of query execution for user
255
- # By default there is no limit on the query duration.
256
- max_execution_time : <duration> | optional | default = 0
255
+ # By default there is a 120 sec limit the query duration.
256
+ max_execution_time : <duration> | optional | default = 120s
257
257
258
258
# Maximum number of requests per minute for user.
259
259
# By default there are no per-minute limits
@@ -364,8 +364,8 @@ password: <string> | optional
364
364
max_concurrent_queries : <int> | optional | default = 0
365
365
366
366
# Maximum duration of query execution for user
367
- # By default there is no limit on the query duration.
368
- max_execution_time : <duration> | optional | default = 0
367
+ # By default there is a 120 sec limit the query duration.
368
+ max_execution_time : <duration> | optional | default = 120s
369
369
370
370
# Maximum number of requests per minute for user.
371
371
# By default there are no per-minute limits
You can’t perform that action at this time.
0 commit comments