diff options
| author | yulai.li <blacktear23@gmail.com> | 2021-08-26 18:25:08 +0800 |
|---|---|---|
| committer | yulai.li <blacktear23@gmail.com> | 2021-08-26 18:25:08 +0800 |
| commit | c1dc5ab4ac90589fd5c4eaf75f7f2d4e870ae91d (patch) | |
| tree | 3d519201a435c614113d8057eb762a7d5048cd33 /weed/command | |
| parent | 318757ef8c4989db91ac645a1ce2da0f9097bd6a (diff) | |
| download | seaweedfs-c1dc5ab4ac90589fd5c4eaf75f7f2d4e870ae91d.tar.xz seaweedfs-c1dc5ab4ac90589fd5c4eaf75f7f2d4e870ae91d.zip | |
Add deleterange_concurrency to filer configuration file
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/scaffold/filer.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index 25c372e9d..c8cb70131 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -236,3 +236,5 @@ enabled = false # If you have many pd address, use ',' split then: # pdaddrs = "pdhost1:2379, pdhost2:2379, pdhost3:2379" pdaddrs = "localhost:2379" +# Concurrency for TiKV delete range +deleterange_concurrency = 1 |
