Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 9b326ae

Browse files
committed
task_execution_timeout min-max bounds
1 parent 266c831 commit 9b326ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/settings/settings.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,9 @@ SETTING_int(task_execution_timeout,
217217
"Maximum allowed length of time (in ms) for task "
218218
"execution step of optimizer, "
219219
"assuming one plan has been found (default 5000)",
220-
5000, true, true)
220+
5000,
221+
1000, 60000,
222+
true, true)
221223

222224
//===----------------------------------------------------------------------===//
223225
// GENERAL

0 commit comments

Comments
 (0)