mirror of https://github.com/citusdata/citus.git
Merge pull request #841 from citusdata/reduce_min_task_tracker_delay
Reduce minimum value of task_tracker_delay to 1mspull/857/head
commit
7e8efbe540
|
@ -392,7 +392,7 @@ RegisterCitusConfigVariables(void)
|
|||
"before walking over these tasks again. This configuration "
|
||||
"value determines the length of that sleeping period."),
|
||||
&TaskTrackerDelay,
|
||||
200, 10, 100000,
|
||||
200, 1, 100000,
|
||||
PGC_SIGHUP,
|
||||
GUC_UNIT_MS,
|
||||
NULL, NULL, NULL);
|
||||
|
|
Loading…
Reference in New Issue