filer: leveldb2 supports peers also

This commit is contained in:
Chris Lu
2020-07-13 00:05:20 -07:00
parent 5ba894bb72
commit 7597831cac
3 changed files with 13 additions and 14 deletions

View File

@@ -7,10 +7,6 @@ import (
"github.com/chrislusf/seaweedfs/weed/util"
)
func init() {
filer2.Stores = append(filer2.Stores, &LevelDB2Store{})
}
var (
_ = filer2.FilerLocalStore(&LevelDB2Store{})
)