huangmengbin commented on a change in pull request #6290:
URL: https://github.com/apache/incubator-doris/pull/6290#discussion_r679603497
##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -128,6 +128,13 @@
@ConfField(mutable = true, masterOnly = true)
public static int label_keep_max_second = 3 * 24 * 3600; // 3 days
+ /**
+ * The default parallelism of the load execution plan
+ * on a single node when the broker load is submitted
+ */
+ @ConfField(mutable = true, masterOnly = true)
+ public static int load_parallelism = 1;
Review comment:
done.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]