Skip to content

Commit 7523fc8

Browse files
authored
Merge pull request #4824 from ClickHouse/MikeShi42-patch-1
Enhance max_execution_time documentation with link
2 parents f876850 + 1c75265 commit 7523fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledgebase/query_max_execution_time.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ How do I enforce a time limit on my queries?
1414

1515
## Answer \{#answer\}
1616

17-
You can use `max_execution_time` setting:
17+
You can use [`max_execution_time`](/docs/operations/settings/settings#max_execution_time) setting (expressed in seconds):
1818

1919
```sql
2020
clickhouse-cloud :) SELECT 1 SETTINGS max_execution_time=0.0001

0 commit comments

Comments
 (0)