Skip to content

Commit 04a53d2

Browse files
author
Vibhav Pant
committed
Set defaults for RoutingTable.LatencyTolerance.
1 parent fececcc commit 04a53d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opts/options.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ var Defaults = func(o *Options) error {
6262
o.EnableProviders = true
6363
o.EnableValues = true
6464

65+
o.RoutingTable.LatencyTolerance = time.Minute
6566
o.RoutingTable.RefreshQueryTimeout = 10 * time.Second
6667
o.RoutingTable.RefreshPeriod = 1 * time.Hour
6768
o.RoutingTable.AutoRefresh = true

0 commit comments

Comments
 (0)