bug: increment counter

merge-requests/166/head
Kikki 2023-02-07 20:50:13 +04:00 committed by kali kaneko (leap communications)
parent 1804de3705
commit da0621717b
1 changed files with 1 additions and 0 deletions

View File

@ -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)