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

Fixes #840
This commit is contained in:
ta264 2021-05-13 21:27:16 +01:00
parent 36080d4665
commit 2984e2e1ca

View file

@ -36,7 +36,7 @@ public interface ICalibreProxy
public class CalibreProxy : ICalibreProxy
{
private const int PAGE_SIZE = 1000;
private const int PAGE_SIZE = 750;
private readonly IHttpClient _httpClient;
private readonly IMapCoversToLocal _mediaCoverService;