mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
Feature/improve automatic chapter downloads (#680)
* Rename "newChapters" to "updatedChapterList" * Do not auto download new chapters of entries with unread chapters Makes it possible to prevent unnecessary chapter downloads in case the entry hasn't yet been caught up * Optionally limit auto new chapter downloads * Prevent downloading new chapters for mangas not in the library
This commit is contained in:
@@ -10,6 +10,8 @@ server.socksProxyPort = ""
|
||||
# downloader
|
||||
server.downloadAsCbz = false
|
||||
server.autoDownloadNewChapters = false
|
||||
server.excludeEntryWithUnreadChapters = true
|
||||
server.autoDownloadAheadLimit = 5
|
||||
|
||||
# requests
|
||||
server.maxSourcesInParallel = 10
|
||||
|
||||
Reference in New Issue
Block a user