|
@ -155,7 +155,7 @@ func RunMount2(option *Mount2Options, umask os.FileMode) bool { |
|
|
Name: "seaweedfs", |
|
|
Name: "seaweedfs", |
|
|
SingleThreaded: false, |
|
|
SingleThreaded: false, |
|
|
DisableXAttrs: false, |
|
|
DisableXAttrs: false, |
|
|
Debug: false, |
|
|
|
|
|
|
|
|
Debug: *option.debug, |
|
|
EnableLocks: false, |
|
|
EnableLocks: false, |
|
|
ExplicitDataCacheControl: false, |
|
|
ExplicitDataCacheControl: false, |
|
|
// SyncRead: false, // set to false to enable the FUSE_CAP_ASYNC_READ capability
|
|
|
// SyncRead: false, // set to false to enable the FUSE_CAP_ASYNC_READ capability
|
|
|