janhoy commented on code in PR #4236:
URL: https://github.com/apache/solr/pull/4236#discussion_r3078776157
##########
solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java:
##########
@@ -844,28 +870,48 @@ private static class AsyncTracker {
private final Response.CompleteListener completeListener;
AsyncTracker() {
+ maxRequests = Integer.getInteger(ASYNC_REQUESTS_MAX_SYSPROP,
MAX_OUTSTANDING_REQUESTS);
Review Comment:
Nah, let people shoot themselves in the foot...
--
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]