diff options
Diffstat (limited to 'weed/command/mount_std.go')
| -rw-r--r-- | weed/command/mount_std.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go index 4508f520f..f85e7386d 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -235,7 +235,6 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { CacheDirForRead: *option.cacheDirForRead, CacheSizeMBForRead: *option.cacheSizeMBForRead, CacheDirForWrite: cacheDirForWrite, - ForceCache: *option.forceCache, DataCenter: *option.dataCenter, Quota: int64(*option.collectionQuota) * 1024 * 1024, MountUid: uid, |
