DeferredUpdates doc comment tweak

Change-Id: Ib58bcb065ef7fac58c3c579eb0ca45e51ccdae11
This commit is contained in:
Aaron Schulz 2015-05-27 12:40:02 -07:00 committed by Umherirrender
parent 67a20b6e43
commit 8dbfe9d339

View 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
*/