优化
This commit is contained in:
parent
e5baf451a6
commit
e573544b5c
@ -91,7 +91,7 @@ export default class TcpClient {
|
||||
let promise = this.tcp.connect({
|
||||
address: {
|
||||
address: this.oppositeIp, port: parseInt(this.oppositeIpPort), family: 1
|
||||
}, timeout: 6000
|
||||
}, timeout: 1000 * 15
|
||||
});
|
||||
promise.then(() => {
|
||||
this.tcp.setExtraOptions({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user