Exclude mangas with specific state from global update (#537)

This commit is contained in:
schroda
2023-06-09 14:33:10 +02:00
committed by GitHub
parent 7c3eff2ba7
commit 561d680e78
4 changed files with 16 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ server.downloadAsCbz = false
# updater
server.maxParallelUpdateRequests = 10
server.excludeUnreadChapters = true
server.excludeNotStarted = true
server.excludeCompleted = true
# misc
server.debugLogsEnabled = true