CalvinKirs commented on a change in pull request #5236:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/5236#discussion_r611138511
##########
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:
The default value is best not to set a limit. Otherwise, when the user
upgrades, ignoring this parameter may cause unnecessary trouble.
--
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]