diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-11-29 00:49:49 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-11-29 00:49:49 -0800 |
| commit | 3d7390302d9b3b1e1bbbd23653dc52bdc3bd27c4 (patch) | |
| tree | 68ca6d145013a23caf96e8ca6f0a556ac612b640 /weed/command/scaffold | |
| parent | 2f72c2449876524e9d0a5955a29ee9185efa4519 (diff) | |
| download | seaweedfs-3d7390302d9b3b1e1bbbd23653dc52bdc3bd27c4.tar.xz seaweedfs-3d7390302d9b3b1e1bbbd23653dc52bdc3bd27c4.zip | |
add s3.clean.uploads -timeAgo=24h
Diffstat (limited to 'weed/command/scaffold')
| -rw-r--r-- | weed/command/scaffold/master.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/scaffold/master.toml b/weed/command/scaffold/master.toml index 363493db3..78a5a6b7c 100644 --- a/weed/command/scaffold/master.toml +++ b/weed/command/scaffold/master.toml @@ -14,6 +14,7 @@ scripts = """ volume.deleteEmpty -quietFor=24h -force volume.balance -force volume.fix.replication + s3.clean.uploads -timeAgo=24h unlock """ sleep_minutes = 17 # sleep minutes between each script execution |
