Reduce media caching to 1 day

This commit is contained in:
Johannes Zellner 2023-04-20 23:19:55 +02:00
parent 549c36e136
commit 4b80104980

View file

@ -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