Commit 5c68c5f8 authored by Mark Harding's avatar Mark Harding

(chore): increase ttl to 5 minutes

parent 81ed3601
No related merge requests found
Pipeline #73515163 passed with stages
in 14 minutes and 7 seconds
......@@ -118,7 +118,7 @@ class feed implements Interfaces\Api
$ttl = 1800; // 30 minutes
if (($next / 1000) < strtotime('48 hours ago')) {
$ttl = 30; // 0.5 minutes;
$ttl = 300; // 5 minutes;
}
$cacher->set(Core\Session::getLoggedinUser()->guid . ':boost-offset-rotator', $next, $ttl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment