diff --git a/fetchupd.php b/fetchupd.php index 59b4cf3..15fd041 100644 --- a/fetchupd.php +++ b/fetchupd.php @@ -108,7 +108,7 @@ function uupFetchUpd( if($cacheRequests == 1) { $cache = array( - 'expires' => time()+90, + 'expires' => time()+120, 'content' => $out, );