Decrease the ping interval.
This commit is contained in:
parent
1565f0a598
commit
1dd0fe4bca
|
@ -3,9 +3,9 @@
|
|||
var XMPPEvents = require("../../service/xmpp/XMPPEvents");
|
||||
|
||||
/**
|
||||
* Ping every 20 sec
|
||||
* Ping every 10 sec
|
||||
*/
|
||||
var PING_INTERVAL = 20000;
|
||||
var PING_INTERVAL = 10000;
|
||||
|
||||
/**
|
||||
* Ping timeout error after 15 sec of waiting.
|
||||
|
|
Loading…
Reference in New Issue