dsmiley commented on a change in pull request #1726: URL: https://github.com/apache/lucene-solr/pull/1726#discussion_r467255790
########## File path: solr/core/src/java/org/apache/solr/search/SolrQueryTimeoutImpl.java ########## @@ -42,23 +44,23 @@ public static SolrQueryTimeoutImpl getInstance() { } /** - * Get the current value of timeoutAt. + * The time (nanoseconds) at which the request should be considered timed out. */ - public static Long get() { + public static Long getTimeoutAtNs() { Review comment: For back-compat sake, on 8x I could retain the former method as Deprecated... but I'm unsure if anyone calls it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org