Add deleterange_concurrency to filer configuration file

This commit is contained in:
yulai.li
2021-08-26 18:25:08 +08:00
parent 318757ef8c
commit c1dc5ab4ac
2 changed files with 11 additions and 1 deletions

View File

@@ -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