mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
update library grouped by source (#511)
* Update mangas grouped by source * Limit parallel update requests
This commit is contained in:
@@ -18,6 +18,9 @@ server.electronPath = ""
|
||||
server.downloadAsCbz = false
|
||||
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
|
||||
|
||||
# Authentication
|
||||
server.basicAuthEnabled = false
|
||||
server.basicAuthUsername = ""
|
||||
|
||||
Reference in New Issue
Block a user