From: Timo Tijhof Date: Wed, 2 Mar 2016 02:49:53 +0000 (+0000) Subject: objectcache: Fix MultiWriteBagOStuff docs ('asyncHandler', not 'asyncCallback') X-Git-Tag: 1.31.0-rc.0~7766^2 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=bfb94f6f58ebd46be7276e6e50dc9d89e026f0c6;p=lhc%2Fweb%2Fwiklou.git objectcache: Fix MultiWriteBagOStuff docs ('asyncHandler', not 'asyncCallback') Follows-up 1171cc00cd. Change-Id: I97189e916d0aba507273216e3e9ab28ce0d5ffec --- diff --git a/includes/libs/objectcache/MultiWriteBagOStuff.php b/includes/libs/objectcache/MultiWriteBagOStuff.php index ec588cee00..3e88cb19ed 100644 --- a/includes/libs/objectcache/MultiWriteBagOStuff.php +++ b/includes/libs/objectcache/MultiWriteBagOStuff.php @@ -52,7 +52,7 @@ class MultiWriteBagOStuff extends BagOStuff { * only use the primary store. * - replication: Either 'sync' or 'async'. This controls whether writes * to secondary stores are deferred when possible. Async writes - * require setting 'asyncCallback'. HHVM register_postsend_function() function. + * require setting 'asyncHandler'. HHVM register_postsend_function() function. * Async writes can increase the chance of some race conditions * or cause keys to expire seconds later than expected. It is * safe to use for modules when cached values: are immutable,