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


##########
inlong-audit/audit-service/src/main/java/org/apache/inlong/audit/config/ConfigConstants.java:
##########
@@ -123,4 +123,12 @@ public class ConfigConstants {
 
     public static final int MAX_INIT_COUNT = 2;
     public static final int RANDOM_BOUND = 10;
+
+    // Cache config
+    public static final String KEY_API_CACHE_MAX_SIZE = "api.cache.size";

Review Comment:
   ```suggestion
       public static final String KEY_API_CACHE_MAX_SIZE = "api.cache.max.size";
   ```



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