Test Lote 5 Telegramas Worker

This commit is contained in:
2025-09-08 10:53:53 -03:00
parent f497c89ffa
commit c105106f3b
2 changed files with 2 additions and 2 deletions

View File

@@ -285,7 +285,7 @@ public class CriticalDataWorker : BackgroundService
_logger.LogInformation("Se encontraron {count} telegramas nuevos en '{partido}' para '{cat}'. Descargando...", nuevosTelegramasIds.Count, partido.Nombre, categoria.Nombre);
int contadorLote = 0;
const int tamanoLote = 20; // Guardaremos de 100 en 100
const int tamanoLote = 5; // Guardaremos de 100 en 100
foreach (var mesaId in nuevosTelegramasIds)
{

View File

@@ -763,7 +763,7 @@ public class LowPriorityDataWorker : BackgroundService
_logger.LogInformation("Se encontraron {count} telegramas nuevos en '{partido}' para '{cat}'. Descargando...", nuevosTelegramasIds.Count, partido.Nombre, categoria.Nombre);
int contadorLote = 0;
const int tamanoLote = 20; // Guardaremos de 100 en 100
const int tamanoLote = 5; // Cantidad a Guarda Por Lote
foreach (var mesaId in nuevosTelegramasIds)
{