Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3397,7 +3397,7 @@ public static int metaServiceRpcRetryTimes() {
public static int drop_rpc_retry_num = 200;

@ConfField
public static int default_get_version_from_ms_timeout_second = 3;
public static int default_get_version_from_ms_timeout_second = 30;

@ConfField(mutable = true)
public static boolean enable_cloud_multi_replica = false;
Expand Down
Loading