vault creation loop bugfix
This commit is contained in:
@@ -167,7 +167,7 @@ async function doEnsureVault(chainId, owner, num) {
|
||||
console.log(`requesting vault ${owner} ${num}`)
|
||||
socket.emit('ensureVault', chainId, owner, num)
|
||||
}
|
||||
await sleep(5)
|
||||
// await sleep(5000) // prevent this process from running more than once every 5 seconds
|
||||
}
|
||||
|
||||
const ensureVaultRoutine = new SingletonCoroutine(doEnsureVault, 100, false)
|
||||
|
||||
Reference in New Issue
Block a user