From 40bc03e71789523ec0f3cc4ae9f8532430832cd4 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 11 Feb 2023 12:48:38 +0100 Subject: [chore/performance] Update media prune logic, add extra CLI command (#1474) * start updating media prune stuff a wee bit * continue prune / uncache work * more tidying + consistency stuff * add prune CLI command * docs * arg --- internal/config/defaults.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/config/defaults.go') diff --git a/internal/config/defaults.go b/internal/config/defaults.go index 6b4c5db17..709f063ca 100644 --- a/internal/config/defaults.go +++ b/internal/config/defaults.go @@ -161,4 +161,6 @@ var Defaults = Configuration{ UserSweepFreq: time.Second * 10, }, }, + + AdminMediaPruneDryRun: true, } -- cgit v1.2.3