1 Jun 2006 01:56
SVN: [14505] trunk/phase3
<brion <at> svn.leuksman.com>
2006-05-31 23:56:42 GMT
2006-05-31 23:56:42 GMT
Revision: 14505
Author: brion
Date: 2006-05-31 16:56:41 -0700 (Wed, 31 May 2006)
Log Message:
-----------
* (bug 5527) Batch up job queue insertions for, hopefully, better survivability
of lock contention etc. Duplicates are now removed at pop time instead of
at insert time.
Modified Paths:
--------------
trunk/phase3/RELEASE-NOTES
trunk/phase3/includes/JobQueue.php
Modified: trunk/phase3/RELEASE-NOTES
===================================================================
--- trunk/phase3/RELEASE-NOTES 2006-05-31 22:53:35 UTC (rev 14504)
+++ trunk/phase3/RELEASE-NOTES 2006-05-31 23:56:41 UTC (rev 14505)
<at> <at> -391,7 +391,11 <at> <at>
* (bug 6126) Allow fallback to customized primary language when user language
message contains '-'; fixes licenses selector on Commons configuration after
recent addition of the message to Messages.php
+* (bug 5527) Batch up job queue insertions for, hopefully, better survivability
+ of lock contention etc. Duplicates are now removed at pop time instead of
+ at insert time.
+
== Compatibility ==
MediaWiki 1.7 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
(Continue reading)
RSS Feed