fix(local): local storage should haven't cache

refactor/fs
Noah Hsu 2022-06-14 17:18:11 +08:00
parent 6accc2eff6
commit e3d2e6dd64
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ var config = driver.Config{
Name: "Local",
OnlyLocal: true,
LocalSort: true,
NoCache: true,
}
func New() driver.Driver {