feat(dal): изменен размер LoadBatchSize

This commit is contained in:
Mikhail Trubnikov
2026-03-06 15:10:30 +10:00
parent b001c45c40
commit 8cfccd7671
5 changed files with 29 additions and 8 deletions

View File

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