cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1753517685
########## solr/core/src/java/org/apache/solr/core/SolrConfig.java: ########## @@ -810,6 +810,7 @@ public static class UpdateHandlerInfo implements MapSerializable { public final boolean openSearcher; // is opening a new searcher part of hard autocommit? public final boolean commitWithinSoftCommit; public final boolean aggregateNodeLevelMetricsEnabled; + public final String commitPollInterval; Review Comment: Wondering about string vs. something else here? E.g. something like this maybe: ```suggestion public final int commitPollIntervalSeconds; ``` or ```suggestion public final Integer commitPollIntervalSeconds; ``` -- 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