File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
fe/fe-common/src/main/java/org/apache/doris/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2943,8 +2943,8 @@ public static int metaServiceRpcRetryTimes() {
2943
2943
"create table in cloud mode, check recycler key remained, default true" })
2944
2944
public static boolean check_create_table_recycle_key_remained = true ;
2945
2945
2946
- @ ConfField (mutable = true , description = {"存算分离模式下fe向ms请求锁的过期时间,默认10s " })
2947
- public static int delete_bitmap_lock_expiration_seconds = 10 ;
2946
+ @ ConfField (mutable = true , description = {"存算分离模式下fe向ms请求锁的过期时间,默认60s " })
2947
+ public static int delete_bitmap_lock_expiration_seconds = 60 ;
2948
2948
2949
2949
@ ConfField (mutable = true , description = {"存算分离模式下calculate delete bitmap task 超时时间,默认15s" })
2950
2950
public static int calculate_delete_bitmap_task_timeout_seconds = 15 ;
You can’t perform that action at this time.
0 commit comments