mirror of https://github.com/citusdata/citus.git
Reduce minimum value of task_tracker_delay to 1ms
parent
82607ee8dd
commit
e202746dea
|
@ -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