mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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.
|
||||
*/
|
||||
private static final int EXPIRE_CHECK_PERIOD = 1;
|
||||
private static final int EXPIRE_CHECK_PERIOD = 10;
|
||||
|
||||
public static TableManager getInstance() {
|
||||
return INSTANCE;
|
||||
|
|
Loading…
Reference in a new issue