skoppu22 commented on code in PR #205:
URL: https://github.com/apache/cassandra-sidecar/pull/205#discussion_r1993377010


##########
server/src/main/java/org/apache/cassandra/sidecar/datahub/SchemaReportingTask.java:
##########
@@ -43,6 +45,7 @@ public class SchemaReportingTask implements PeriodicTask, 
ExecuteOnClusterLeaseh
 {
     private static final Logger LOGGER = 
LoggerFactory.getLogger(SchemaReportingTask.class);
     private static final ThreadLocalRandom RANDOM = 
ThreadLocalRandom.current();
+    private static final Duration MINUTE = Duration.ofMinutes(1L);

Review Comment:
   Can we make the duration as a config option?



-- 
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: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to