We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2754f25 commit 0ff806aCopy full SHA for 0ff806a
src/daemon/config.js
@@ -155,6 +155,7 @@ const parseCfgMultiaddr = (addr) => (addr.includes('/http')
155
156
async function checkIfAddrIsDaemon (addr) {
157
const options = {
158
+ timeout: 3000, // 3s is plenty for localhost request
159
method: 'POST',
160
host: addr.address,
161
port: addr.port,
0 commit comments