aloyszhang commented on code in PR #10004:
URL: https://github.com/apache/inlong/pull/10004#discussion_r1569927461


##########
inlong-audit/audit-service/src/main/java/org/apache/inlong/audit/config/ConfigConstants.java:
##########
@@ -49,14 +42,14 @@ public class ConfigConstants {
     public static final int DEFAULT_SOURCE_DB_SINK_INTERVAL = 100;
     public static final String KEY_SOURCE_DB_SINK_BATCH = "sink.db.batch";
     public static final int DEFAULT_SOURCE_DB_SINK_BATCH = 1000;
+    public static final String KEY_UPDATE_CONFIG_INTERVAL_SECONDS = 
"update.config.interval.seconds";
+    public static final int DEFAULT_UPDATE_CONFIG_INTERVAL_SECONDS = 60;

Review Comment:
   ```suggestion
       public static final String KEY_CONFIG_UPDATE_INTERVAL_SECONDS = 
"config.update.interval.seconds";
       public static final int DEFAULT_CONFIG_UPDATE_INTERVAL_SECONDS = 60;
   ```



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

Reply via email to