deprecating "filer.options.buckets_fsync" in filer.toml

This commit is contained in:
Chris Lu
2020-11-16 16:56:49 -08:00
parent 5f19e81dab
commit ef3e068c51
2 changed files with 1 additions and 4 deletions

View File

@@ -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