https://bugzilla.wikimedia.org/show_bug.cgi?id=35891
--- Comment #3 from Sam Reed (reedy) <[email protected]> 2012-04-11 18:56:34 UTC --- (In reply to comment #2) > There is a timeout on connections to memcahed, and it defaults to 0.1... Also, with debugging set, there is: if ( !$sock ) { if ( $this->_debug ) { $this->_debugprint( "Error connecting to $host: $errstr\n" ); } return false; } Which would have been enabled if you had set $wgMemCachedDebug to true... Almost a WFM -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
