Given that this project is also maintained by the Solarium project maintainer, not going to dive into too much details, so keep it short :
- The Curl adapter no longer supports settings the timeout through the constructor ( see https://github.com/solariumphp/solarium/issues/808 and the linked issues)
- SolrConnectorPluginBase is still setting the timeout that way through
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3198150.patch | 1.07 KB | mkalkbrenner |
| #2 | 3198150-2-curl-timeout.patch | 929 bytes | DeFr |
Comments
Comment #2
DeFr commentedComment #3
mkalkbrennerYou're right
This line is important and must not be deleted
Comment #4
mkalkbrennerComment #5
DeFr commentedThanks a lot for the quick response !
Patch looks sane ; hadn't realized what was up with the renaming, thanks for the @todo that clears that up. Moving to RTBC.
Comment #7
mkalkbrenner