diff --git a/application/controllers/Sattimers.php b/application/controllers/Sattimers.php index 48dd2b5d1..66332e392 100644 --- a/application/controllers/Sattimers.php +++ b/application/controllers/Sattimers.php @@ -21,7 +21,7 @@ class Sattimers extends CI_Controller { $this->load->driver('cache', array('adapter' => 'file', 'backup' => 'file')); if (!$RawData = $this->cache->get('SatTimers'.strtoupper($this->stations->find_gridsquare()))) { $RawData = file_get_contents($url, true); - $this->cache->save('SatTimers'.strtoupper($this->stations->find_gridsquare()), $RawData, (60*10)); + $this->cache->save('SatTimers'.strtoupper($this->stations->find_gridsquare()), $RawData, (60*1)); } $json = $RawData;