Update README

This commit is contained in:
Taras Terletskyi 2023-02-04 21:34:03 +02:00
parent 1e40a201d4
commit 8e4ddff948
2 changed files with 4 additions and 4 deletions

View file

@ -67,9 +67,9 @@ or something went wrong.
checking [available options](https://github.com/yt-dlp/yt-dlp/blob/master/yt_dlp/YoutubeDL.py#L180)
.
2. Default max simultaneous video downloads by worker service is 2. Change
the `MAX_SIMULTANEOUS_DOWNLOADS`
variable in `envs/.env_worker` to desired value but keep in mind `yt-dlp` may glitch
when the value is high.
the `MAX_SIMULTANEOUS_DOWNLOADS` variable in `envs/.env_worker` to desired value but
keep in mind that default mounted volume size is 7168m (7GB) in `docker-compose.yml` so
it may be not enough if you download a lot of large videos at once.
3. Worker service (particularly the FFmpeg process) makes a JPEG thumbnail from the
video. It's needed when you choose to upload the video to the Telegram chat. By
default, it tries to make it on the 10th second of the video, but if the video is

View file

@ -89,4 +89,4 @@ volumes:
driver_opts:
type: "tmpfs"
device: "tmpfs"
o: "size=7120m,uid=1000"
o: "size=7168m,uid=1000"