Browse Source

print wait in progress

pull/4339/head
chrislu 2 years ago
parent
commit
3cc7b90414
  1. 1
      weed/wdclient/masterclient.go

1
weed/wdclient/masterclient.go

@ -119,6 +119,7 @@ func (mc *MasterClient) WaitUntilConnected() {
return return
} }
time.Sleep(time.Duration(rand.Int31n(200)) * time.Millisecond) time.Sleep(time.Duration(rand.Int31n(200)) * time.Millisecond)
print(".")
} }
} }

Loading…
Cancel
Save