From: Thiemo Mättig Date: Fri, 15 Sep 2017 09:18:22 +0000 (+0200) Subject: Fix $wgUpdateRowsPerJob default in docs/deferred.txt X-Git-Tag: 1.31.0-rc.0~2090^2 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=77ecdb1d3a17251d9f7b9da03a8fa1de9e9e225b;p=lhc%2Fweb%2Fwiklou.git Fix $wgUpdateRowsPerJob default in docs/deferred.txt Change-Id: I0fdca6ac9d58286cf5f1ad9f55531e4643fa4fc5 --- diff --git a/docs/deferred.txt b/docs/deferred.txt index b8ec76bdb0..9a62fda92a 100644 --- a/docs/deferred.txt +++ b/docs/deferred.txt @@ -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.