Fix stale 3-minute transcode timing — corrected to 7 minutes

transcode_management.sh runs every 7 minutes. Six references across
README.md, README-Transcoding.md, Manual-Transcoding.md, transcode_manager.sh,
and transcode_cleanup.sh still said 3 minutes from before the schedule change.
This commit is contained in:
Gmer4Lfe
2026-05-23 15:43:14 -04:00
parent e215db2a57
commit 59c2372fa1
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
#
# Wait Lock
# acquire_lock "wait" — waits if a previous cleanup run is still active rather
# than exiting. The caller's 3-minute interval can overlap on a slow system.
# than exiting. The caller's 7-minute interval can overlap on a slow system.
#
# lsof Timeout
# lsof call capped at 15 seconds per location — prevents blocking indefinitely