diff options
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/imports.go | 1 | ||||
| -rw-r--r-- | weed/command/scaffold/filer.toml | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/weed/command/imports.go b/weed/command/imports.go index 48cda5f90..3792c45c4 100644 --- a/weed/command/imports.go +++ b/weed/command/imports.go @@ -31,5 +31,4 @@ import ( _ "github.com/chrislusf/seaweedfs/weed/filer/redis2" _ "github.com/chrislusf/seaweedfs/weed/filer/redis3" _ "github.com/chrislusf/seaweedfs/weed/filer/sqlite" - _ "github.com/chrislusf/seaweedfs/weed/filer/tikv" ) diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index aeb8a5b67..aec409408 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -252,11 +252,3 @@ location = "/tmp/" address = "localhost:6379" password = "" database = 1 - -[tikv] -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 |
