[fe](default parameters) change remote_fragment_exec_timeout_ms from 5s to 30s (#23909)

This commit is contained in:
yiguolei
2023-09-06 00:16:23 +08:00
committed by GitHub
parent 13c9c41c1f
commit 44bb94d5e7
3 changed files with 3 additions and 3 deletions

View File

@ -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.