fix(unitFilter): Снижен размер чанка для фильтрации по полям для устранения ошибки таймаута при работе templateMatcher
This commit is contained in:
@@ -11,7 +11,7 @@ namespace PARR.Core.Services.UnitFilterService.Matchers;
|
||||
/// </summary>
|
||||
internal class UnitFieldMatcher : IUnitFieldMatcher
|
||||
{
|
||||
private const int chunkSize = 1000;
|
||||
private const int chunkSize = 200;
|
||||
private readonly IUnitRepository unitRepository;
|
||||
private readonly ILogger<UnitFieldMatcher> logger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user