Commit 1d726c71 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Change default timeout value to 2 minutes. JM-1002

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7557 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1aa2ea71
......@@ -37,6 +37,6 @@ public class ClientConnectionHandler extends ConnectionHandler {
}
int getMaxIdleTime() {
return JiveGlobals.getIntProperty("xmpp.client.idle", 30 * 60 * 1000) / 1000;
return JiveGlobals.getIntProperty("xmpp.client.idle", 2 * 60 * 1000) / 1000;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment