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: [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]