mirror of https://0xacab.org/leap/bitmask-vpn
bug: increment counter
parent
1804de3705
commit
da0621717b
|
@ -13,6 +13,7 @@ func (c connectionCtx) delayCheckForGateways() {
|
|||
if cnt > 60*2 {
|
||||
break
|
||||
}
|
||||
cnt += 1
|
||||
time.Sleep(time.Second * 5)
|
||||
transport := c.bm.GetTransport()
|
||||
locs := c.bm.ListLocationFullness(transport)
|
||||
|
|
Loading…
Reference in New Issue