mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-21 15:20:59 +00:00
Also prune accounts
This commit is contained in:
parent
064dd101f3
commit
2878641da2
1 changed files with 3 additions and 0 deletions
|
@ -34,3 +34,6 @@ echo "==> clear cache ..."
|
||||||
|
|
||||||
echo "==> remove unreferenced statuses ..."
|
echo "==> remove unreferenced statuses ..."
|
||||||
/app/code/bin/tootctl statuses remove --days=${CACHE_RETENTION_DAYS}
|
/app/code/bin/tootctl statuses remove --days=${CACHE_RETENTION_DAYS}
|
||||||
|
|
||||||
|
echo "==> prune accounts ..."
|
||||||
|
/app/code/bin/tootctl accounts prune
|
||||||
|
|
Loading…
Reference in a new issue