aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold/master.toml
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/scaffold/master.toml')
-rw-r--r--weed/command/scaffold/master.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/weed/command/scaffold/master.toml b/weed/command/scaffold/master.toml
index 5b58992c8..711359b11 100644
--- a/weed/command/scaffold/master.toml
+++ b/weed/command/scaffold/master.toml
@@ -9,11 +9,11 @@
scripts = """
lock
ec.encode -fullPercent=95 -quietFor=1h
- ec.rebuild -force
- ec.balance -force
- volume.deleteEmpty -quietFor=24h -force
- volume.balance -force
- volume.fix.replication -force
+ ec.rebuild -apply
+ ec.balance -apply
+ volume.deleteEmpty -quietFor=24h -apply
+ volume.balance -apply
+ volume.fix.replication -apply
s3.clean.uploads -timeAgo=24h
unlock
"""