Reset table check intervall back to 10 minutes (was accidently commited with 1 minute).

This commit is contained in:
LevelX2 2015-02-02 12:00:44 +01:00
parent 022e5eda1c
commit 2425704305

View file

@ -81,7 +81,7 @@ public class TableManager {
*
* In minutes.
*/
private static final int EXPIRE_CHECK_PERIOD = 1;
private static final int EXPIRE_CHECK_PERIOD = 10;
public static TableManager getInstance() {
return INSTANCE;