1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 20:12:07 +01:00

Reduce negociation time

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7048 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Thiago Camargo 2007-02-08 22:35:36 +00:00 committed by thiago
parent 749916aa8a
commit 2cc661a189

View file

@ -88,7 +88,7 @@ public abstract class TransportResolver {
public Type type = Type.rawupd;
// the time, in milliseconds, before a check aborts
public static final int CHECK_TIMEOUT = 3000;
public static final int CHECK_TIMEOUT = 2000;
// Listeners for events
private final ArrayList listeners = new ArrayList();