Commit 72a5d68d authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Changed default idle timeout to 6 minutes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/branches@7790 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1072e0ec
......@@ -37,6 +37,6 @@ public class ClientConnectionHandler extends ConnectionHandler {
}
int getMaxIdleTime() {
return JiveGlobals.getIntProperty("xmpp.client.idle", 5 * 60 * 1000) / 1000;
return JiveGlobals.getIntProperty("xmpp.client.idle", 6 * 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