瀏覽代碼

Update file count (#969)

link 2 年之前
父節點
當前提交
202c1de570
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pkg/utils/httper/drive.go

+ 1 - 0
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