Increase request cache validity to 2 minutes

This commit is contained in:
awuctl 2020-07-03 21:43:42 +02:00 committed by GitHub
parent 520ce82959
commit da6129c720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ function uupFetchUpd(
if($cacheRequests == 1) { if($cacheRequests == 1) {
$cache = array( $cache = array(
'expires' => time()+90, 'expires' => time()+120,
'content' => $out, 'content' => $out,
); );