morningman commented on code in PR #17233:
URL: https://github.com/apache/doris/pull/17233#discussion_r1127262589
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2037,5 +2037,8 @@ public class Config extends ConfigBase {
*/
@ConfField(mutable = false, masterOnly = false)
public static String mysql_load_server_secure_path = "";
+
+ @ConfField(mutable = false, masterOnly = false)
+ public static int mysql_load_thread_pool = 4;
Review Comment:
update the document
--
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]