Browse Source

faster timeout

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
7f7caa183d
  1. 2
      app.js

2
app.js

@ -56,7 +56,7 @@ app.use(function(req, res, next) {
port: env.bitcoind.port, port: env.bitcoind.port,
user: env.bitcoind.rpc.username, user: env.bitcoind.rpc.username,
pass: env.bitcoind.rpc.password, pass: env.bitcoind.rpc.password,
timeout: 30000 timeout: 5000
}); });
} }

Loading…
Cancel
Save