mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 14:07:57 +08:00
deprecating "filer.options.buckets_fsync" in filer.toml
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user