https://bugzilla.wikimedia.org/show_bug.cgi?id=47027

       Web browser: ---
            Bug ID: 47027
           Summary: implement connection timout in mediawiki Http class
           Product: MediaWiki
           Version: 1.21-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: afeld...@wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---

MWHttpRequest currently sets CURLOPT_TIMEOUT
($this->curlOptions[CURLOPT_TIMEOUT] = $this->timeout;) but doesn't provide a
way to set CURLOPT_CONNECTTIMEOUT_MS.  

MWSearch as deployed in production has a 10 second timeout.  Today we had an
outage where lsearchd was up on servers but hung and apaches waited 10 seconds
for the connection attempts to timeout.  It would be better if search
connection attempts timed out at 500-1000ms.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to