mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-10-31 21:38:51 +00:00
Reduce media caching to 1 day
This commit is contained in:
parent
549c36e136
commit
4b80104980
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ echo "=> Cleanup"
|
|||
cd /app/code
|
||||
|
||||
echo "==> media cache ..."
|
||||
./bin/tootctl media remove --days=7
|
||||
./bin/tootctl media remove --days=1
|
||||
|
||||
echo "==> orphaned media ..."
|
||||
./bin/tootctl media remove-orphans
|
||||
|
||||
echo "==> preview cards.."
|
||||
./bin/tootctl preview-cards remove --days=7
|
||||
./bin/tootctl preview-cards remove --days=1
|
||||
|
|
Loading…
Reference in a new issue