From 00012ff6c7417043820e30192b61978e9f22fad1 Mon Sep 17 00:00:00 2001 From: waffles Date: Tue, 24 Jan 2023 10:17:14 -0800 Subject: [PATCH] Bump media retention from 5 -> 14 days --- roles/mastodon/files/trim_storage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mastodon/files/trim_storage.sh b/roles/mastodon/files/trim_storage.sh index 1b99c86..3093988 100644 --- a/roles/mastodon/files/trim_storage.sh +++ b/roles/mastodon/files/trim_storage.sh @@ -1,6 +1,6 @@ #!/bin/bash -DAYS=5 +DAYS=14 DOCKER_IMAGE=live-web-1 LOGFILE=/tmp/media_remove.log