diff options
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/scaffold/filer.toml | 2 | ||||
| -rw-r--r-- | weed/command/scaffold/master.toml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index 1de7d02aa..9e9258865 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -12,8 +12,6 @@ # with http DELETE, by default the filer would check whether a folder is empty. # recursive_delete will delete all sub folders and files, similar to "rm -Rf" recursive_delete = false -# directories under this folder will be automatically creating a separate bucket -buckets_folder = "/buckets" #################################################### # The following are filer store options diff --git a/weed/command/scaffold/master.toml b/weed/command/scaffold/master.toml index 60a7dbcfc..cdd92016c 100644 --- a/weed/command/scaffold/master.toml +++ b/weed/command/scaffold/master.toml @@ -11,6 +11,7 @@ scripts = """ ec.encode -fullPercent=95 -quietFor=1h ec.rebuild -force ec.balance -force + volume.deleteEmpty -quietFor=24h volume.balance -force volume.fix.replication unlock |
