We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdb28c commit 6b6d6a3Copy full SHA for 6b6d6a3
1 file changed
intra/ipn/proxies.go
@@ -147,7 +147,7 @@ const (
147
alwaysPin = true // always pin to a proxy no matter the errors
148
maxFailingPinTrackTTl = 30 * time.Second // max period to track a failing to-be-pinned proxy
149
maxStallPeriodSec = 10 // max duration to stall a failing proxy
150
- maxWaitPeriodSec = 5 // max duration to wait for a missing proxy to be added
+ maxWaitPeriodSec = 3 // max duration to wait for a missing proxy to be added
151
getproxytimeout = 5 * time.Second
152
)
153
0 commit comments