Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/235125

Change subject: Corrected tempTTL comment for getWithSetCallback()
......................................................................

Corrected tempTTL comment for getWithSetCallback()

Change-Id: I5adb62fbb956407cd978211a0497e8bd9de3c1a5
---
M includes/libs/objectcache/WANObjectCache.php
1 file changed, 3 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/25/235125/1

diff --git a/includes/libs/objectcache/WANObjectCache.php 
b/includes/libs/objectcache/WANObjectCache.php
index a3bd531..d57e607 100644
--- a/includes/libs/objectcache/WANObjectCache.php
+++ b/includes/libs/objectcache/WANObjectCache.php
@@ -457,10 +457,9 @@
         *               Other threads will try to use stale values if possible.
         *               If, on miss, the time since expiration is low, the 
assumption
         *               is that the key is hot and that a stampede is worth 
avoiding.
-        *   - tempTTL : when 'lockTSE' is set, this determines the TTL of the 
temp
-        *               key used to cache values while a key is tombstoned.
-        *               This avoids excessive regeneration of hot keys on 
delete() but
-        *               may result in stale values.
+        *   - tempTTL : TTL of the temp key used to cache values while a key 
is tombstoned.
+        *               This avoids excessive regeneration of hot keys on 
delete() but may
+        *               result in stale values.
         * @return mixed Value to use for the key
         */
        final public function getWithSetCallback(

-- 
To view, visit https://gerrit.wikimedia.org/r/235125
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5adb62fbb956407cd978211a0497e8bd9de3c1a5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to