aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--includes/filerepo/LocalRepo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/filerepo/LocalRepo.php b/includes/filerepo/LocalRepo.php
index d038d937c411..82486993ada5 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' => 30 ]
);
// @note: also checks " " for b/c