wiki.techinc.nl/includes/libs/http
Tim Starling b2a8e26cda MultiHttpClient: Reduce the default timeout from 900 to 30
Per my caller survey in the linked bug, it is hard to find a caller
which actually needs a long timeout, but many callers used the default
timeout without reviewing it. The default was increased from 300 to 900
as a quick hack to fix T226979, but that has now been fixed by overriding
the timeout in SwiftFileBackend specifically.

Reduce the default to 30 since that is a more reasonable value to use when
serving web requests. Since everything that previously used this default
was migrated to use HttpRequestFactory::createMultiClient(), the timeout
for them was already reduced from 900 to 25 with no apparent ill
effects. This cleanup change should have no production impact.

Bug: T245170
Change-Id: Id6029afa4e3f1c6551cd823c3b0def01afcdc571
2020-06-15 15:34:13 +10:00
..
HttpAcceptNegotiator.php Improve param docs 2019-11-28 19:08:59 +01:00
HttpAcceptParser.php Parse type parameters in Accept headers 2019-10-10 22:16:23 -04:00
MultiHttpClient.php MultiHttpClient: Reduce the default timeout from 900 to 30 2020-06-15 15:34:13 +10:00