Merge "Fix typo in mw-config/overrides/README"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 16 Jun 2016 06:04:28 +0000 (06:04 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 16 Jun 2016 06:04:28 +0000 (06:04 +0000)
includes/specials/SpecialRecentchanges.php

index 00e07bd..4d6cb7c 100644 (file)
@@ -796,7 +796,7 @@ class SpecialRecentChanges extends ChangesListSpecialPage {
        }
 
        protected function getCacheTTL() {
-               return 60 * 50;
+               return 60 * 5;
        }
 
 }