morningman commented on code in PR #9779:
URL: https://github.com/apache/incubator-doris/pull/9779#discussion_r881765585
##########
fe/fe-core/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1651,4 +1651,8 @@ public class Config extends ConfigBase {
@ConfField
public static boolean enable_vectorized_load = false;
+
+ @ConfField(mutable = false, masterOnly = true)
+ public static int backend_rpc_timeout_ms = 60000; // 1 min
Review Comment:
Please add comment for this config and also modify the config document
`admin-manual/config/fe-config.md`
--
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]