diff --git a/server/server.go b/server/server.go index a9dc07ace..7738f513c 100644 --- a/server/server.go +++ b/server/server.go @@ -198,6 +198,7 @@ func (m *Command) SetupServer() error { // Set configuration options. m.Server.AntiEntropyInterval = time.Duration(m.Config.AntiEntropy.Interval) + m.Server.Cluster.LongQueryTime = time.Duration(m.Config.Cluster.LongQueryTime) return nil }