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

@@ -10,6 +10,9 @@ server.socksProxyPort = ""
# downloader
server.downloadAsCbz = false
# updater
server.maxParallelUpdateRequests = 10
# misc
server.debugLogsEnabled = true
server.systemTrayEnabled = false