From 202c1de570951f0ac3fabeae5cb528189fb219c1 Mon Sep 17 00:00:00 2001 From: link Date: Tue, 21 Mar 2023 14:25:01 +0800 Subject: [PATCH] Update file count (#969) --- pkg/utils/httper/drive.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/utils/httper/drive.go b/pkg/utils/httper/drive.go index 80817bc1e..9466912c1 100644 --- a/pkg/utils/httper/drive.go +++ b/pkg/utils/httper/drive.go @@ -82,6 +82,7 @@ func Mount(mountPoint string, fs string) error { "mountPoint": mountPoint, "fs": fs, "mountOpt": `{"AllowOther": true}`, + "vfsOpt": `{"CacheMode": 3}`, }).Post("/mount/mount") if err != nil { return err