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

@@ -155,6 +155,7 @@ namespace PARR.EsppSync
{
SetUpdateStatus(ref template, robotConfigurationService, esppObject.Robot);
//todo: инициатор!!!
if (!await templateService.CommitAsync())
logger.LogError("Не удалось изменить запись Template {TemplateName}, Robot: {Robot}", template.Name, esppObject.Robot);
else