Skip to content

Commit 4323334

Browse files
authored
Enhance max_execution_time documentation with link
Updated the explanation of the max_execution_time setting to include a link to the documentation. Also clarify it's in seconds.
1 parent f876850 commit 4323334

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`](https://clickhouse.com/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)