From e3d2e6dd649060f970c5608ab802143c22fa1ea8 Mon Sep 17 00:00:00 2001 From: Noah Hsu Date: Tue, 14 Jun 2022 17:18:11 +0800 Subject: [PATCH] fix(local): local storage should haven't cache --- drivers/local/meta.go | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/local/meta.go b/drivers/local/meta.go index e1d8e3f8..facf0f5e 100644 --- a/drivers/local/meta.go +++ b/drivers/local/meta.go @@ -13,6 +13,7 @@ var config = driver.Config{ Name: "Local", OnlyLocal: true, LocalSort: true, + NoCache: true, } func New() driver.Driver {