Update file count (#969)

This commit is contained in:
link 2023-03-21 14:25:01 +08:00 committed by GitHub
parent 858ab5b124
commit 202c1de570
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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