mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Fixed BOLD issue. There you are Matt :)
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4875 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -419,8 +419,8 @@ public class ChatManager implements MessageEventNotificationListener {
|
||||
* Checks every room every 30 seconds to see if it's timed out.
|
||||
*/
|
||||
private void checkRoomsForTimeout() {
|
||||
int delay = 60000; // delay for 5 sec.
|
||||
int period = 30000; // repeat every sec.
|
||||
int delay = 60000; // delay for 1 minute
|
||||
int period = 30000; // repeat every 30 seconds.
|
||||
Timer timer = new Timer();
|
||||
|
||||
timer.scheduleAtFixedRate(new TimerTask() {
|
||||
|
||||
Reference in New Issue
Block a user