From da6129c7202e0f0a846c183d83b5042730259d4f Mon Sep 17 00:00:00 2001 From: awuctl <61098069+awuctl@users.noreply.github.com> Date: Fri, 3 Jul 2020 21:43:42 +0200 Subject: [PATCH] Increase request cache validity to 2 minutes --- fetchupd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, );