From afd8a58e5c95576cfda498ac859d93931a7289f4 Mon Sep 17 00:00:00 2001 From: saadali Date: Sun, 17 Jul 2016 15:59:01 -0700 Subject: [PATCH] Reduce DSW populator sleep period from 5 min to 1 --- pkg/controller/volume/attachdetach/attach_detach_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/volume/attachdetach/attach_detach_controller.go b/pkg/controller/volume/attachdetach/attach_detach_controller.go index 6799c1bdb6c..de28234fa83 100644 --- a/pkg/controller/volume/attachdetach/attach_detach_controller.go +++ b/pkg/controller/volume/attachdetach/attach_detach_controller.go @@ -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.