Rena Tsantouli 2011-11-07 09:38:19 +00:00
parent b17d6a3c11
commit 69004dfc95
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class SessionManager {
while(true)
{
try {
Thread.sleep(60000);
Thread.sleep(300000);
} catch (InterruptedException e) {
e.printStackTrace();
System.out.println(new Date(System.currentTimeMillis()) + " clean thread was interrupted (in clean thread)");