X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flibs%2Fobjectcache%2FMemcachedBagOStuff.php;h=0188991aa04c12c8e9a9707e9167bc0de445085b;hp=5128d824b2a8cda5dc70a580c1488c402e1fe473;hb=5fa4cdf860c79b32ab6ef034c6d9420c2727f695;hpb=939199bcea28a3b13c49c0f808d11d415660b924 diff --git a/includes/libs/objectcache/MemcachedBagOStuff.php b/includes/libs/objectcache/MemcachedBagOStuff.php index 5128d824b2..0188991aa0 100644 --- a/includes/libs/objectcache/MemcachedBagOStuff.php +++ b/includes/libs/objectcache/MemcachedBagOStuff.php @@ -45,7 +45,7 @@ class MemcachedBagOStuff extends BagOStuff { protected function applyDefaultParams( $params ) { return $params + [ 'compress_threshold' => 1500, - 'connect_timeout' => .5, + 'connect_timeout' => 0.5, 'debug' => false ]; }