Skip to content

Commit 6b6d6a3

Browse files
committed
ipn/proxies: lower proxy-provider retry wait from 5s to 3s
1 parent 7fdb28c commit 6b6d6a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intra/ipn/proxies.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const (
147147
alwaysPin = true // always pin to a proxy no matter the errors
148148
maxFailingPinTrackTTl = 30 * time.Second // max period to track a failing to-be-pinned proxy
149149
maxStallPeriodSec = 10 // max duration to stall a failing proxy
150-
maxWaitPeriodSec = 5 // max duration to wait for a missing proxy to be added
150+
maxWaitPeriodSec = 3 // max duration to wait for a missing proxy to be added
151151
getproxytimeout = 5 * time.Second
152152
)
153153

0 commit comments

Comments
 (0)