Skip to content

Commit

Permalink
Reduce DSW populator sleep period from 5 min to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
saad-ali committed Jul 20, 2016
1 parent d210c22 commit afd8a58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit afd8a58

Please sign in to comment.