We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60df7cd commit 4559bc3Copy full SHA for 4559bc3
fe/src/main/java/org/apache/doris/common/Config.java
@@ -343,7 +343,7 @@ public class Config extends ConfigBase {
343
* Max stream load timeout
344
*/
345
@ConfField(mutable = true, masterOnly = true)
346
- public static int max_stream_load_timeout_second = 172800; // 2days
+ public static int max_stream_load_timeout_second = 259200; // 3days
347
348
/*
349
* Min stream load timeout
0 commit comments