Reduce minimum value of task_tracker_delay to 1ms

release-5.2
Metin Doslu 2016-10-03 13:36:08 +03:00 committed by Jason Petersen
parent a851aaf9f7
commit c93925f657
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
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);