Remove $wgEnotifUseJobQ
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 22 Jan 2016 04:14:44 +0000 (20:14 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 29 Jan 2016 20:24:16 +0000 (12:24 -0800)
commit334e8f8f9d6b6589f404b0de8daba9412bf6907a
treeb6bb34d04e9da5f6f9256bd6f2f6f852008103ee
parent86d748930d5dbd9a955d7dd50e68afb078f5792d
Remove $wgEnotifUseJobQ

Always treat this as on and simplify the code.
This will also make it easier to move updateWatchlistTimestamp() into
the EnotifNotifyJob class to avoid query timeouts.

Change-Id: I8ceaa42cdcfe3ad00a26368be6a73052be329045
RELEASE-NOTES-1.27
docs/deferred.txt
includes/DefaultSettings.php
includes/Setup.php
includes/mail/EmailNotification.php