Tim Starling has uploaded a new change for review.

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

Change subject: Fix timeout comment
......................................................................

Fix timeout comment

There's no such thing as a kus. If we use an actual unit that exists,
there's no need for the "quarter second" explanation.

Change-Id: If54cfa7c8ff42e833ce6f3468f2f99d18c9d5863
---
M wmf-config/mc.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/60/183160/1

diff --git a/wmf-config/mc.php b/wmf-config/mc.php
index f6ed478..95245ac 100644
--- a/wmf-config/mc.php
+++ b/wmf-config/mc.php
@@ -3,7 +3,7 @@
 $wgMainCacheType = 'memcached-pecl';
 
 $wgMemCachedPersistent = false;
-$wgMemCachedTimeout = 0.25 * 1e6;  // 250kus (a quarter of a second).
+$wgMemCachedTimeout = 0.25 * 1e6;  // 250ms
 
 $wgObjectCaches['memcached-pecl'] = array(
        'class'      => 'MemcachedPeclBagOStuff',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If54cfa7c8ff42e833ce6f3468f2f99d18c9d5863
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Tim Starling <[email protected]>

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

Reply via email to