markrmiller commented on PR #2410: URL: https://github.com/apache/solr/pull/2410#issuecomment-2067927427
> under the hood, interpret this setting as `((maxConnectionsPerDest - 1) / 300) + 1`, or something? I don't like having that 300 constant hardcoded there, as presumably the multiplexing factor in jetty could change ... but idk, something along those lines might address [Sanjay's concern](https://issues.apache.org/jira/browse/SOLR-17240?focusedCommentId=17838863#comment-17838863). I don't think you want to do that, this should do what it says and set the max connections and not relate to multiplexing. Multiplexing should be it's own setter if you want it be configurable but trying to tie the two together really wouldn't do the user any favors. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org