mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-05-11 19:07:50 +08:00
print wait in progress
This commit is contained in:
parent
f1f14e28bc
commit
3cc7b90414
@ -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…
Reference in New Issue
Block a user