Better check

This commit is contained in:
Daniel Lugo 2021-09-22 17:52:09 -04:00
parent a21f949a79
commit 9cf8dddf1a

View file

@ -575,9 +575,10 @@ function createReplica(path, afterMap = false) {
setTimeout(() => {
if (!canaryPeep) {
forge()
isReady().then(checkCanary)
.then(isReady)
.then(checkCanary)
}
}, 5000)
}, 30000)
checkCanary()
return this.on((data, key) => {