Issue #1821 recalculate 6 hours to be longer.

Former-commit-id: c61b608e1b [formerly 61e0ca3b75] [formerly a9cec71222] [formerly efbdd3aa8c [formerly a9cec71222 [formerly 9ffb12e004e0268f6e9f662a10a6b8d7a1b916ed]]]
Former-commit-id: efbdd3aa8c
Former-commit-id: c4ade474503e6a9399c1f1ee86362c6279fef943 [formerly 403da9bfb9]
Former-commit-id: e1a619e030
This commit is contained in:
Ben Steffensmeier 2013-03-28 10:16:02 -05:00
parent cf87439189
commit 7b4a3d369a

View file

@ -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();