jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/mc.php b/wmf-config/mc.php
index e7274cc..4d87fbc 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: merged
Gerrit-Change-Id: If54cfa7c8ff42e833ce6f3468f2f99d18c9d5863
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Tim Starling <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to