Docker server should have multiple workers to work properly.

This commit is contained in:
2018-11-02 02:32:29 +02:00
parent 1fafd859b7
commit 288328f538
3 changed files with 41 additions and 94 deletions

View File

@ -41,7 +41,7 @@ SynchronizationSchedule=5 * * * *
; Number of threads running the scheduler
; Since most of the jobs scheduled are downloads, there is no advantage to having
; a higher concurrency
SchedulerConcurrency=1
SchedulerConcurrency=3
; Default user settings
@ -69,7 +69,7 @@ DownloadMaxAttempts=3
DownloadOrder=playlist
; Path where downloaded videos are stored
DownloadPath=${env:USERPROFILE}${env:HOME}/Downloads
DownloadPath=data/videos
; A pattern which describes how downloaded files are organized. Extensions are automatically appended.
; Supported fields: channel, channel_id, playlist, playlist_id, playlist_index, title, id