mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Reset table check intervall back to 10 minutes (was accidently commited with 1 minute).
This commit is contained in:
parent
022e5eda1c
commit
2425704305
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public class TableManager {
|
||||||
*
|
*
|
||||||
* In minutes.
|
* In minutes.
|
||||||
*/
|
*/
|
||||||
private static final int EXPIRE_CHECK_PERIOD = 1;
|
private static final int EXPIRE_CHECK_PERIOD = 10;
|
||||||
|
|
||||||
public static TableManager getInstance() {
|
public static TableManager getInstance() {
|
||||||
return INSTANCE;
|
return INSTANCE;
|
||||||
|
|
Loading…
Reference in a new issue