DeferredUpdates doc comment tweak
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 27 May 2015 19:40:02 +0000 (12:40 -0700)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 30 May 2015 17:18:12 +0000 (17:18 +0000)
Change-Id: Ib58bcb065ef7fac58c3c579eb0ca45e51ccdae11

includes/deferred/DeferredUpdates.php

index 082d435..b7e5b0a 100644 (file)
@@ -39,6 +39,7 @@ interface DeferrableUpdate {
  * Deferred updates can be run at the end of the request,
  * after the HTTP response has been sent. In CLI mode, updates
  * are only deferred until there is no local master DB transaction.
+ * When updates are deferred, they go into a simple FIFO queue.
  *
  * @since 1.19
  */