Merge "Fix $wgUpdateRowsPerJob default in docs/deferred.txt"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 15 Sep 2017 10:13:11 +0000 (10:13 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 15 Sep 2017 10:13:11 +0000 (10:13 +0000)
docs/deferred.txt

index b8ec76b..9a62fda 100644 (file)
@@ -30,7 +30,7 @@ Currently there are a few different types of jobs:
 
   htmlCacheUpdate
     Clear caches when a template is changed to ensure that changes can be seen.
-    Each job clears $wgUpdateRowsPerJob pages (500 by default).
+    Each job clears $wgUpdateRowsPerJob pages (300 by default).
 
   enotifNotify
     Used to send mail using the job queue.