diff --git a/docs/source/guides/getting_started/automating_downloads.rst b/docs/source/guides/getting_started/automating_downloads.rst index 6c0e9afd..094a5f1f 100644 --- a/docs/source/guides/getting_started/automating_downloads.rst +++ b/docs/source/guides/getting_started/automating_downloads.rst @@ -22,6 +22,8 @@ environment variable: ytdl-sub: environment: CRON_SCHEDULE: "0 */6 * * *" + # WARNING: See "Getting Started" -> "Automating" docs regarding throttles/bans: + # CRON_RUN_ON_START: false Then recreate the container to apply the change and start it to generate the default ``/config/ytdl-sub-configs/cron`` script. Read the comments in that script and edit as