diff options
| author | hilimd <68371223+hilimd@users.noreply.github.com> | 2020-11-17 19:01:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-17 19:01:04 +0800 |
| commit | aec071187e5d4408edf5561f23ebf87ec572f2b9 (patch) | |
| tree | dccea794e0d144ef5abd441e30f82f4ad9e0d6c5 /weed/command | |
| parent | 218561c206943d179740a80d8bb21e1f42b35daa (diff) | |
| parent | dc304342b2a5113d402833b024c2123ac70fb162 (diff) | |
| download | seaweedfs-aec071187e5d4408edf5561f23ebf87ec572f2b9.tar.xz seaweedfs-aec071187e5d4408edf5561f23ebf87ec572f2b9.zip | |
Merge pull request #38 from chrislusf/master
sync
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/scaffold.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index c36e4a25f..82410f6d9 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -76,10 +76,6 @@ const ( recursive_delete = false # directories under this folder will be automatically creating a separate bucket buckets_folder = "/buckets" -buckets_fsync = [ # a list of buckets with all write requests fsync=true - "important_bucket", - "should_always_fsync", -] #################################################### # The following are filer store options |
