Test Lote 5 Telegramas Worker
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user