Reduce minimum value of task_tracker_delay to 1ms

pull/841/head
Metin Doslu 2016-10-03 13:36:08 +03:00
parent 770d09b48e
commit d94a65e0e9
1 changed files with 1 additions and 1 deletions

View File

@ -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);