adityamparikh commented on issue #208: URL: https://github.com/apache/solr-mcp/issues/208#issuecomment-5698697576
The two review suggestions that were initially only documented are now built as well (973af04 on PR #210): a whole-fetch deadline SOLR_INDEX_URL_TOTAL_TIMEOUT (default 5m, redirects included, checked per 8 KB chunk) so a dripping host cannot outlast the per-read timeout, and a concurrency limit SOLR_INDEX_URL_MAX_CONCURRENT_FETCHES (default 4) that fails further calls immediately with a retry message. Only response-header size remains uncapped, which the threat model records as accepted for allow-listed hosts. Final state: build 503 tests / 0 failures, native 339 / 0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
