diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-05-28 21:29:07 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-05-28 21:29:07 -0700 |
| commit | 3f9ecee40fd469f9669686752ea8c6b2b8090596 (patch) | |
| tree | 9970709a3fd1702a12e3bfea27ccf4dcfef981df /weed/filesys | |
| parent | 302d9fbc6dcc6471e8dcf1bb2c765364c5bcfd57 (diff) | |
| download | seaweedfs-3f9ecee40fd469f9669686752ea8c6b2b8090596.tar.xz seaweedfs-3f9ecee40fd469f9669686752ea8c6b2b8090596.zip | |
working with reading remote intervals
Diffstat (limited to 'weed/filesys')
| -rw-r--r-- | weed/filesys/wfs.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/filesys/wfs.go b/weed/filesys/wfs.go index 68632b791..9018c36ed 100644 --- a/weed/filesys/wfs.go +++ b/weed/filesys/wfs.go @@ -29,9 +29,9 @@ type Option struct { DirListingLimit int EntryCacheTtl time.Duration - MountUid uint32 - MountGid uint32 - MountMode os.FileMode + MountUid uint32 + MountGid uint32 + MountMode os.FileMode MountCtime time.Time MountMtime time.Time } |
