increase requestTimeout.
This commit is contained in:
parent
60c3db7cb9
commit
f59a1f887b
@ -88,7 +88,7 @@ function Pool(options) {
|
|||||||
interval: options.loadInterval || 5000
|
interval: options.loadInterval || 5000
|
||||||
};
|
};
|
||||||
|
|
||||||
this.requestTimeout = options.requestTimeout || 30000;
|
this.requestTimeout = options.requestTimeout || 600000;
|
||||||
|
|
||||||
this.chain = new bcoin.chain({
|
this.chain = new bcoin.chain({
|
||||||
fullNode: this.options.fullNode,
|
fullNode: this.options.fullNode,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user