Increase cleanup size threshold

This commit is contained in:
Michael Smith
2026-04-03 15:02:40 +02:00
parent 8f6e2bbdee
commit 78f086e264

View File

@@ -24,7 +24,7 @@ services:
container_name: sdr-cleanup
restart: unless-stopped
environment:
- SIZE_THRESHOLD=3k
- SIZE_THRESHOLD=7k
- INTERVAL=300
volumes:
- ./cleanup-recordings.sh:/cleanup-recordings.sh:ro