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

This commit is contained in:
Noah Hsu 2022-06-14 17:18:11 +08:00
parent 6accc2eff6
commit e3d2e6dd64

View File

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