ruanwenjun commented on a change in pull request #5236:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/5236#discussion_r611161480



##########
File path: 
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/configuration/AppConfiguration.java
##########
@@ -43,6 +50,9 @@
     public static final String PATH_PATTERN = "/**";
     public static final String LOCALE_LANGUAGE_COOKIE = "language";
 
+    @Value("${max.global.qps.rate:100}")
+    private int globalLimitQps;

Review comment:
       You are right




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to