Fix $wgUpdateRowsPerJob default in docs/deferred.txt
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Fri, 15 Sep 2017 09:18:22 +0000 (11:18 +0200)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Fri, 15 Sep 2017 09:18:22 +0000 (11:18 +0200)
Change-Id: I0fdca6ac9d58286cf5f1ad9f55531e4643fa4fc5

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.