Skip to content

Commit

Permalink
Increase the config file check interval to 30 seconds
Browse files Browse the repository at this point in the history
MAY help #14
  • Loading branch information
yasker committed May 2, 2019
1 parent 9049109 commit 8d8cd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
var (
CmdTimeoutCounts = 120

ConfigFileCheckInterval = 5 * time.Second
ConfigFileCheckInterval = 30 * time.Second
)

type LocalPathProvisioner struct {
Expand Down

0 comments on commit 8d8cd70

Please sign in to comment.