Disable download ahead limit by default (#778)

Currently, it causes the download ahead while reading logic in the WebUI to be enabled by default, which should be disabled by default
This commit is contained in:
schroda
2023-11-25 17:53:37 +01:00
committed by GitHub
parent d21b2018cb
commit db50eb7526
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ server.socksProxyPort = ""
server.downloadAsCbz = false
server.autoDownloadNewChapters = false
server.excludeEntryWithUnreadChapters = true
server.autoDownloadAheadLimit = 5
server.autoDownloadAheadLimit = 0
# requests
server.maxSourcesInParallel = 10