mirror of
https://git.uupdump.net/uup-dump/api.git
synced 2025-10-02 10:40:47 +00:00
Increase request cache validity to 2 minutes
This commit is contained in:
@@ -108,7 +108,7 @@ function uupFetchUpd(
|
||||
|
||||
if($cacheRequests == 1) {
|
||||
$cache = array(
|
||||
'expires' => time()+90,
|
||||
'expires' => time()+120,
|
||||
'content' => $out,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user