Issue #1821 recalculate 6 hours to be longer.

Former-commit-id: efbdd3aa8c [formerly a9cec71222 [formerly 9ffb12e004e0268f6e9f662a10a6b8d7a1b916ed]]
Former-commit-id: a9cec71222
Former-commit-id: 61e0ca3b75
This commit is contained in:
Ben Steffensmeier 2013-03-28 10:16:02 -05:00
parent d3a2525705
commit c61b608e1b

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