update library grouped by source (#511)

* Update mangas grouped by source

* Limit parallel update requests
This commit is contained in:
schroda
2023-03-10 08:33:09 +01:00
committed by GitHub
parent a0081dec07
commit ec1d65f4c3
4 changed files with 34 additions and 10 deletions

View File

@@ -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 = ""