Skip to content

Commit ff8f294

Browse files
authored
fix doc (#392)
1 parent 2600c0e commit ff8f294

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ to_user: <string>
252252
max_concurrent_queries: <int> | optional | default = 0
253253

254254
# 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
257257

258258
# Maximum number of requests per minute for user.
259259
# By default there are no per-minute limits
@@ -364,8 +364,8 @@ password: <string> | optional
364364
max_concurrent_queries: <int> | optional | default = 0
365365

366366
# 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
369369

370370
# Maximum number of requests per minute for user.
371371
# By default there are no per-minute limits

0 commit comments

Comments
 (0)