fix(local): local storage should haven't cache
This commit is contained in:
parent
6accc2eff6
commit
e3d2e6dd64
@ -13,6 +13,7 @@ var config = driver.Config{
|
|||||||
Name: "Local",
|
Name: "Local",
|
||||||
OnlyLocal: true,
|
OnlyLocal: true,
|
||||||
LocalSort: true,
|
LocalSort: true,
|
||||||
|
NoCache: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
func New() driver.Driver {
|
func New() driver.Driver {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user