[fe](default parameters) change remote_fragment_exec_timeout_ms from 5s to 30s (#23909)
This commit is contained in:
@ -1627,7 +1627,7 @@ public class Config extends ConfigBase {
|
||||
* condition,try to set this timeout longer.
|
||||
*/
|
||||
@ConfField(mutable = true)
|
||||
public static long remote_fragment_exec_timeout_ms = 5000; // 5 sec
|
||||
public static long remote_fragment_exec_timeout_ms = 30000; // 30 sec
|
||||
|
||||
/**
|
||||
* Max data version of backends serialize block.
|
||||
|
||||
Reference in New Issue
Block a user