mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +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:
parent
749916aa8a
commit
2cc661a189
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ public abstract class TransportResolver {
|
||||||
public Type type = Type.rawupd;
|
public Type type = Type.rawupd;
|
||||||
|
|
||||||
// the time, in milliseconds, before a check aborts
|
// 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
|
// Listeners for events
|
||||||
private final ArrayList listeners = new ArrayList();
|
private final ArrayList listeners = new ArrayList();
|
||||||
|
|
Loading…
Reference in a new issue