Issue #1821 recalculate 6 hours to be longer.
Former-commit-id:efbdd3aa8c
[formerlya9cec71222
[formerly 9ffb12e004e0268f6e9f662a10a6b8d7a1b916ed]] Former-commit-id:a9cec71222
Former-commit-id:61e0ca3b75
This commit is contained in:
parent
d3a2525705
commit
c61b608e1b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ import com.raytheon.uf.edex.database.query.DatabaseQuery;
|
||||||
public class GridInfoCache {
|
public class GridInfoCache {
|
||||||
|
|
||||||
// 6 hours
|
// 6 hours
|
||||||
private static final int ROTATION_INTERVAL = 1 * 1 * 60 * 1000;
|
private static final int ROTATION_INTERVAL = 6 * 60 * 60 * 1000;
|
||||||
|
|
||||||
private static GridInfoCache instance = new GridInfoCache();
|
private static GridInfoCache instance = new GridInfoCache();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue