Skip to content
Snippets Groups Projects
Commit da062171 authored by Kikki's avatar Kikki Committed by Kali Kaneko
Browse files

bug: increment counter

parent 1804de37
Branches main
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment