Better check
This commit is contained in:
parent
a21f949a79
commit
9cf8dddf1a
1 changed files with 3 additions and 2 deletions
|
|
@ -575,9 +575,10 @@ function createReplica(path, afterMap = false) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (!canaryPeep) {
|
if (!canaryPeep) {
|
||||||
forge()
|
forge()
|
||||||
isReady().then(checkCanary)
|
.then(isReady)
|
||||||
|
.then(checkCanary)
|
||||||
}
|
}
|
||||||
}, 5000)
|
}, 30000)
|
||||||
|
|
||||||
checkCanary()
|
checkCanary()
|
||||||
return this.on((data, key) => {
|
return this.on((data, key) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue