From f7c30c0962cbd51a9d6b0fcfe3c2465590e89a08 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Wed, 5 Aug 2026 16:02:25 -0500 Subject: [PATCH] fix(streaming): restore SLEEP_DURATION and LOG_LEVEL dropped in dry-run flip --- stacks/streaming/stack.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stacks/streaming/stack.env b/stacks/streaming/stack.env index 887b402..840866d 100644 --- a/stacks/streaming/stack.env +++ b/stacks/streaming/stack.env @@ -27,3 +27,5 @@ SYNC_FROM_PLEX_TO_JELLYFIN=True SYNC_FROM_JELLYFIN_TO_PLEX=True # Start in dry-run. Task 16 flips this to False after the mapping is verified. DRYRUN=False +SLEEP_DURATION=21600 +LOG_LEVEL=INFO