Reduce DSW populator sleep period from 5 min to 1

This commit is contained in:
saadali 2016-07-17 15:59:01 -07:00
parent d210c2231f
commit afd8a58e5c

View File

@ -54,7 +54,7 @@ const (
// desiredStateOfWorldPopulatorLoopSleepPeriod is the amount of time the
// DesiredStateOfWorldPopulator loop waits between successive executions
desiredStateOfWorldPopulatorLoopSleepPeriod time.Duration = 5 * time.Minute
desiredStateOfWorldPopulatorLoopSleepPeriod time.Duration = 1 * time.Minute
)
// AttachDetachController defines the operations supported by this controller.