Skip to content

Commit e9e86f9

Browse files
committed
fix(ipfs): Got rough auto-retry working
1 parent 15bb3c5 commit e9e86f9

File tree

1 file changed

+2
-0
lines changed
  • src/components/admin-lte/configure/ipfs-tab

1 file changed

+2
-0
lines changed

src/components/admin-lte/configure/ipfs-tab/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ class IPFS extends React.Component {
366366
`Attempt ${cnt} to re-initialize wallet failed. Will try again.`
367367
)
368368
console.log(err)
369+
370+
await _this.sleep(5000)
369371
}
370372
// } while (!utxosInitialized)
371373
} while (!utxosInitialized && cnt < 10)

0 commit comments

Comments
 (0)