raised ping time out

This commit is contained in:
iNPUTmice 2014-06-27 11:42:31 +02:00
parent ed3b535e6c
commit 8eedc1a57f
1 changed files with 3 additions and 3 deletions

View File

@ -80,9 +80,9 @@ public class XmppConnectionService extends Service {
public long startDate;
private static final int PING_MAX_INTERVAL = 300;
private static final int PING_MIN_INTERVAL = 10;
private static final int PING_TIMEOUT = 5;
private static final int CONNECT_TIMEOUT = 60;
private static final int PING_MIN_INTERVAL = 30;
private static final int PING_TIMEOUT = 10;
private static final int CONNECT_TIMEOUT = 90;
private static final long CARBON_GRACE_PERIOD = 60000L;
private static String ACTION_MERGE_PHONE_CONTACTS = "merge_phone_contacts";