Issue #1821 recalculate 6 hours to be longer.
Former-commit-id:c61b608e1b
[formerly61e0ca3b75
] [formerlya9cec71222
] [formerlyefbdd3aa8c
[formerlya9cec71222
[formerly 9ffb12e004e0268f6e9f662a10a6b8d7a1b916ed]]] Former-commit-id:efbdd3aa8c
Former-commit-id: c4ade474503e6a9399c1f1ee86362c6279fef943 [formerly403da9bfb9
] Former-commit-id:e1a619e030
This commit is contained in:
parent
cf87439189
commit
7b4a3d369a
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