From bfc321779d78b1e182be10e56ae5690212b7ea2d Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetsov Date: Thu, 12 Mar 2026 15:09:06 +1000 Subject: [PATCH] =?UTF-8?q?feat(dal):=20UnitFilter=20=D1=83=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D1=8C=D1=88=D0=B5=D0=BD=D0=B0=20=D0=B2=D0=B5=D0=BB=D0=B8?= =?UTF-8?q?=D1=87=D0=B8=D0=BD=D0=B0=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=BD?= =?UTF-8?q?=D0=BE=D0=B9=20=D0=B2=D1=8B=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UnitFilterService/Models/UnitFilterServiceOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PARR.DAL/DomainServices/UnitFilterService/Models/UnitFilterServiceOptions.cs b/PARR.DAL/DomainServices/UnitFilterService/Models/UnitFilterServiceOptions.cs index 72a2b9a6..23926c1f 100644 --- a/PARR.DAL/DomainServices/UnitFilterService/Models/UnitFilterServiceOptions.cs +++ b/PARR.DAL/DomainServices/UnitFilterService/Models/UnitFilterServiceOptions.cs @@ -2,6 +2,6 @@ { internal class UnitFilterServiceOptions { - public int LoadBatchSize { get; set; } = 200; + public int LoadBatchSize { get; set; } = 100; } }