feat(dal): UnitFilter уменьшена величина пакетной выгрузки

This commit is contained in:
Mikhail Kuznetsov
2026-03-12 15:09:06 +10:00
parent f93078868b
commit bfc321779d

View File

@@ -2,6 +2,6 @@
{
internal class UnitFilterServiceOptions
{
public int LoadBatchSize { get; set; } = 200;
public int LoadBatchSize { get; set; } = 100;
}
}