X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Ffilerepo%2FLocalRepo.php;h=eaec15129cefbf29f7482d0a372cdb3879744da8;hb=941827459f9a1c5ad3b696666daa9d55a1583660;hp=d038d937c41186c9fa31dd828fe487eeecda6a1c;hpb=54fb9cf9dd5871f480ad878f0d2d14da61ee5a1e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filerepo/LocalRepo.php b/includes/filerepo/LocalRepo.php index d038d937c4..eaec15129c 100644 --- a/includes/filerepo/LocalRepo.php +++ b/includes/filerepo/LocalRepo.php @@ -227,7 +227,7 @@ class LocalRepo extends FileRepo { ? Title::makeTitle( $row->rd_namespace, $row->rd_title )->getDBkey() : ''; // negative cache }, - [ 'pcTTL' => $expiry ] + [ 'pcTTL' => WANObjectCache::TTL_PROC_LONG ] ); // @note: also checks " " for b/c