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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user