Lower pcTTL in checkRedirect() to 30
[lhc/web/wiklou.git] / includes / filerepo / LocalRepo.php
index d038d93..8248699 100644 (file)
@@ -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