Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed mine hardcode, as cmdline parameter is now working
  • Loading branch information
Andrey Golev committed May 11, 2020
1 parent ef560e8 commit d117a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkron/config.go
Expand Up @@ -191,7 +191,7 @@ func DefaultConfig() *Config {
Datacenter: "dc1",
Region: "global",
ReconcileInterval: 60 * time.Second,
RaftMultiplier: 5,
RaftMultiplier: 1,
SerfReconnectTimeout: "24h",
}
}
Expand Down

0 comments on commit d117a8a

Please sign in to comment.