cpoerschke commented on code in PR #2316:
URL: https://github.com/apache/solr/pull/2316#discussion_r1753526474
##########
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:
Never mind, it is a string where it is e.g.
https://github.com/apache/solr/blob/releases/solr/9.7.0/solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java#L251-L253
--
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]