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 |
||
|---|---|---|
| .. | ||
| HttpAcceptNegotiator.php | ||
| HttpAcceptParser.php | ||
| MultiHttpClient.php | ||