Skip to content
Snippets Groups Projects
Commit a240cd50 authored by Kikki's avatar Kikki
Browse files

added incrementing accounter

parent d7749dca
Branches main
No related tags found
1 merge request!164Added incrementing accounter
Pipeline #128593 failed
......@@ -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