diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-11-16 16:56:49 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-11-16 16:56:49 -0800 |
| commit | ef3e068c5141a8601c8c4c3a41fdcff7ce6ee508 (patch) | |
| tree | fc1966736a87b72fc42a94a98fcc36389a0c0e9c /weed/command | |
| parent | 5f19e81dabf7e7bc4f7e9d5506139d36b981501c (diff) | |
| download | seaweedfs-ef3e068c5141a8601c8c4c3a41fdcff7ce6ee508.tar.xz seaweedfs-ef3e068c5141a8601c8c4c3a41fdcff7ce6ee508.zip | |
deprecating "filer.options.buckets_fsync" in filer.toml
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 |
