From a8cf95c7dd9084ffaf310ed7d8a8b018e6f7bb2b Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 21 Apr 2026 12:56:46 -0400 Subject: [PATCH] soulseek: only retain cache for 1 day --- services/soulseek.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/soulseek.nix b/services/soulseek.nix index 5f93360..3158f29 100644 --- a/services/soulseek.nix +++ b/services/soulseek.nix @@ -43,6 +43,9 @@ shares = { directories = [ service_configs.music_dir ]; + # rescan daily so files retagged/re-encoded on disk don't drift out + # of sync with the shared index (avoids sending stale sizes to peers) + cache.retention = 1440; }; global = {