Commit c5696f2a authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Disabled kicking of idle users by default.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@665 b35dd754-fafc-0310-a699-88a17e54d16e
parent c2d21549
...@@ -91,7 +91,7 @@ public class MultiUserChatServerImpl extends BasicModule implements MultiUserCha ...@@ -91,7 +91,7 @@ public class MultiUserChatServerImpl extends BasicModule implements MultiUserCha
/** /**
* The number of milliseconds a user must be idle before he/she gets kicked from all the rooms. * The number of milliseconds a user must be idle before he/she gets kicked from all the rooms.
*/ */
private int user_idle = 1800000; private int user_idle = -1;
/** /**
* Task that kicks idle users from the rooms. * Task that kicks idle users from the rooms.
*/ */
......
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