Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/2984e2e1caa18ec3371c89d83eb7542a7ce256e9?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Entity too large with big calibre library and digest authentication

Fixes 
pull/1032/head
ta264 4 years ago
parent 36080d4665
commit 2984e2e1ca

@ -36,7 +36,7 @@ namespace NzbDrone.Core.Books.Calibre
public class CalibreProxy : ICalibreProxy public class CalibreProxy : ICalibreProxy
{ {
private const int PAGE_SIZE = 1000; private const int PAGE_SIZE = 750;
private readonly IHttpClient _httpClient; private readonly IHttpClient _httpClient;
private readonly IMapCoversToLocal _mediaCoverService; private readonly IMapCoversToLocal _mediaCoverService;

Loading…
Cancel
Save