Commit cbeb73d1 authored by Aarsh Shah's avatar Aarsh Shah Committed by Steven Allen

queries can take longer

parent e1ed8259
......@@ -80,7 +80,7 @@ var defaults = func(o *config) error {
o.enableValues = true
o.routingTable.latencyTolerance = time.Minute
o.routingTable.refreshQueryTimeout = 10 * time.Second
o.routingTable.refreshQueryTimeout = 30 * time.Second
o.routingTable.refreshPeriod = 10 * time.Minute
o.routingTable.autoRefresh = true
o.maxRecordAge = time.Hour * 36
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment