janhoy commented on code in PR #4236:
URL: https://github.com/apache/solr/pull/4236#discussion_r3085439778
##########
solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java:
##########
@@ -110,6 +111,9 @@ public class HttpJettySolrClient extends HttpSolrClientBase
{
*/
public static final String CLIENT_CUSTOMIZER_SYSPROP =
"solr.solrj.http.jetty.customizer";
+ /** System property to cap the maximum number of outstanding async HTTP
requests. Default 1000. */
+ public static final String ASYNC_REQUESTS_MAX_SYSPROP =
"solr.http.client.async_requests.max";
Review Comment:
Changed to `solr.solrj.http.jetty.async_requests.max` to align with other in
same class.
--
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]