Fix $wgUpdateRowsPerJob default in docs/deferred.txt

Change-Id: I0fdca6ac9d58286cf5f1ad9f55531e4643fa4fc5
This commit is contained in:
Thiemo Mättig 2017-09-15 11:18:22 +02:00
parent 06752ff180
commit 77ecdb1d3a

View 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.