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

Change subject: Set "timeout" field for "memcached-pecl" explicitly
......................................................................


Set "timeout" field for "memcached-pecl" explicitly

This avoids "undefined index" errors for parameters like "timeout".

Change-Id: I8f45273f1ad64e490c69dc33120379bce67d0151
---
M wmf-config/mc.php
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/wmf-config/mc.php b/wmf-config/mc.php
index 7d95c31..f05211a 100644
--- a/wmf-config/mc.php
+++ b/wmf-config/mc.php
@@ -14,6 +14,7 @@
        'server_failure_limit' => 1e9,
        'retry_timeout'        => -1,
        'loggroup'             => 'memcached',
+       'timeout'              => $wgMemCachedTimeout
 );
 
 # vim: set sts=4 sw=4 et :

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8f45273f1ad64e490c69dc33120379bce67d0151
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to