forked from uup-dump/api
Increase request cache validity to 2 minutes
This commit is contained in:
parent
520ce82959
commit
da6129c720
@ -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,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user