X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fobjectcache%2FMemcachedBagOStuff.php;h=813c2727c486c1196c198804755508769377a39a;hb=9846b1c1e9f473b79f581028dce06311530ef545;hp=464e507bb1f1fa0f804190a122e134c99c29d9da;hpb=558480e3ed462cd20ddc8b5fc8245bfd7b831772;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/objectcache/MemcachedBagOStuff.php b/includes/objectcache/MemcachedBagOStuff.php index 464e507bb1..813c2727c4 100644 --- a/includes/objectcache/MemcachedBagOStuff.php +++ b/includes/objectcache/MemcachedBagOStuff.php @@ -50,7 +50,7 @@ class MemcachedBagOStuff extends BagOStuff { $params['timeout'] = $GLOBALS['wgMemCachedTimeout']; } if ( !isset( $params['connect_timeout'] ) ) { - $params['connect_timeout'] = 0.1; + $params['connect_timeout'] = 0.5; } return $params; }