Skip to content

Commit

Permalink
Delete unnecessary parameter (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Sep 2, 2021
1 parent 5a33d20 commit 371ce92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs-2.0/8.service-tuning/compaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,9 @@ nebula> SHOW JOB <job_id>;
- 白天时设置`disable_auto_compactions`为`false`,提升短时间内的读取性能。
-->

- 为控制`Compaction`的读写速率,请在配置文件`nebula-storaged.conf`中设置如下两个参数
- 为控制`Compaction`的读写速率,请在配置文件`nebula-storaged.conf`中设置如下参数

```bash
# 设置为从本地配置文件读取配置。
--local-config=true
# 读写速率限制为20MB/S。
--rate_limit=20 (in MB/s)
```
Expand Down

0 comments on commit 371ce92

Please sign in to comment.