mirror of
https://github.com/Tribufu/node-gamedig
synced 2026-08-09 07:01:06 +00:00
Add socketTimeout and attemptTimeout
This commit is contained in:
parent
3a96e00508
commit
b5f49fe343
3 changed files with 25 additions and 17 deletions
|
|
@ -1,7 +1,7 @@
|
|||
class Mumble extends require('./core') {
|
||||
constructor() {
|
||||
super();
|
||||
this.options.tcpTimeout = 5000;
|
||||
this.options.socketTimeout = 5000;
|
||||
}
|
||||
|
||||
run(state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue