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(() => { 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) => {