Commit c7229ba9 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Modified default idle timeout value for closing idle s2s connections.

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2846 b35dd754-fafc-0310-a699-88a17e54d16e
parent 28e01454
...@@ -1467,7 +1467,7 @@ public class SessionManager extends BasicModule { ...@@ -1467,7 +1467,7 @@ public class SessionManager extends BasicModule {
} }
public int getServerSessionIdleTime() { public int getServerSessionIdleTime() {
return JiveGlobals.getIntProperty("xmpp.server.session.idle", 30 * 60 * 1000); return JiveGlobals.getIntProperty("xmpp.server.session.idle", 10 * 60 * 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