Decrease the ping interval.

This commit is contained in:
damencho 2016-01-20 17:02:10 -06:00
parent 1565f0a598
commit 1dd0fe4bca
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
var XMPPEvents = require("../../service/xmpp/XMPPEvents"); 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. * Ping timeout error after 15 sec of waiting.