Exclude mangas with specific state from global update (#537)
This commit is contained in:
@@ -20,6 +20,9 @@ server.downloadsPath = ""
|
||||
|
||||
# updater
|
||||
server.maxParallelUpdateRequests = 10 # sets how many sources can be updated in parallel. updates are grouped by source and all mangas of a source are updated synchronously
|
||||
server.excludeUnreadChapters = true
|
||||
server.excludeNotStarted = true
|
||||
server.excludeCompleted = true
|
||||
|
||||
# Authentication
|
||||
server.basicAuthEnabled = false
|
||||
|
||||
Reference in New Issue
Block a user