Skip to content

Commit

Permalink
checking noaa hourly
Browse files Browse the repository at this point in the history
  • Loading branch information
danwild committed Apr 9, 2016
1 parent d5cac22 commit d086165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand All @@ -67,7 +67,7 @@ setInterval(function(){

});

}, 21600000);
}, 3600000);

function convertGribToJson(stamp){

Expand Down

0 comments on commit d086165

Please sign in to comment.