Reduce minimum value of task_tracker_delay to 1ms

pull/1938/head
Metin Doslu 2016-10-03 13:36:08 +03:00
parent 82607ee8dd
commit e202746dea
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);