dsmiley commented on code in PR #1219:
URL: https://github.com/apache/solr/pull/1219#discussion_r1043786321
##########
solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClient.java:
##########
@@ -795,6 +807,14 @@ public Builder neverStreamDeletes() {
return this;
}
+ /**
+ * @param pollQueueTime time for an open connection to wait for updates
when the queue is empty.
+ */
+ public Builder setPollQueueTime(int pollQueueTime) {
Review Comment:
should be withPollQueueTime -- no?
--
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]