[docs] fix config enable_force_drop_redundant_replica name not correct in docs (#8154)

This commit is contained in:
jiafeng.zhang
2022-02-21 09:40:21 +08:00
committed by GitHub
parent 16020cbdf9
commit c3348b8023
2 changed files with 4 additions and 2 deletions

View File

@ -2073,7 +2073,7 @@ Default: true
Whether to use compressed format to send query plan structure. After it is turned on, the size of the query plan structure can be reduced by about 50%, thereby avoiding some "send fragment timeout" errors.
However, in some high-concurrency small query scenarios, the concurrency may be reduced by about 10%.
### force_drop_redundant_replica
### enable_force_drop_redundant_replica
Default: false

View File

@ -2093,7 +2093,9 @@ load 标签清理器将每隔 `label_clean_interval_second` 运行一次以清
如果设置为true,将关闭副本修复和均衡逻辑。
### force_drop_redundant_replica
### enable_force_drop_redundant_replica
默认值:false