kezhenxu94 commented on a change in pull request #6850:
URL: https://github.com/apache/dolphinscheduler/pull/6850#discussion_r749343711



##########
File path: dolphinscheduler-server/src/main/resources/application-master.yaml
##########
@@ -20,6 +20,10 @@ spring:
 
 master:
   listen-port: 5678
+  # master fetch command num
+  master-fetch-command-num: 10
+  # master prepare execute thread number to limit handle commands in parallel
+  master-pre-exec-threads: 10

Review comment:
       Same here, strip the prefix `master-`




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