tibrewalpratik17 commented on code in PR #14501:
URL: https://github.com/apache/pinot/pull/14501#discussion_r1852705672


##########
pinot-timeseries/pinot-timeseries-spi/src/main/java/org/apache/pinot/tsdb/spi/series/TimeSeriesBuilderFactory.java:
##########
@@ -25,12 +25,26 @@
 
 
 public abstract class TimeSeriesBuilderFactory {
+  protected static final int DEFAULT_MAX_UNIQUE_SERIES_PER_SERVER_LIMIT = 
100_000;

Review Comment:
   Ah okay makes sense! 



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

Reply via email to