no default timeout.
This commit is contained in:
parent
cb29feada8
commit
fe18352a4c
@ -38,7 +38,7 @@ function Workers(options) {
|
||||
|
||||
this.uid = 0;
|
||||
this.size = options.size || Workers.CORES;
|
||||
this.timeout = options.timeout || 60000;
|
||||
this.timeout = options.timeout || -1;
|
||||
this.children = [];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user