[typo](docs)optimize the FE config document (#14899)

* optimize the FE config document
This commit is contained in:
zy-kkk
2022-12-09 16:04:49 +08:00
committed by GitHub
parent 93b281b44b
commit 9d96242242
3 changed files with 3706 additions and 3235 deletions

View File

@ -419,11 +419,6 @@ public class Config extends ConfigBase {
*/
@ConfField public static int max_mysql_service_task_threads_num = 4096;
/**
* Cluster name will be shown as the title of web page
*/
@ConfField public static String cluster_name = "Baidu Palo";
/**
* node(FE or BE) will be considered belonging to the same Palo cluster if they have same cluster id.
* Cluster id is usually a random integer generated when master FE start at first time.
@ -531,10 +526,6 @@ public class Config extends ConfigBase {
* Do not change this if you know what you are doing.
*/
@ConfField public static int load_etl_thread_num_normal_priority = 10;
/**
* Concurrency of delete jobs.
*/
@ConfField public static int delete_thread_num = 10;
/**
* Not available.
*/