Selaa lähdekoodia

Update file count (#969)

link 2 vuotta sitten
vanhempi
commit
202c1de570
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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