From d08616583ca2fc37bb73b526c91acd2d50076a94 Mon Sep 17 00:00:00 2001 From: Daniel Wild Date: Sat, 9 Apr 2016 14:25:30 +1000 Subject: [PATCH] checking noaa hourly --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 7b313d2..8661d57 100644 --- a/app.js +++ b/app.js @@ -55,7 +55,7 @@ app.get('/latest', function(req, res){ /** * - * Every 6 hours we pull in grib data and archive as json + * 6 hourly grib data is available, we'll check hourly just in case * */ setInterval(function(){ @@ -67,7 +67,7 @@ setInterval(function(){ }); -}, 21600000); +}, 3600000); function convertGribToJson(stamp){