mirror of
https://github.com/Readarr/Readarr
synced 2026-01-05 15:14:04 +01:00
Fixed: Entity too large with big calibre library and digest authentication
Fixes #840
This commit is contained in:
parent
36080d4665
commit
2984e2e1ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue