Test Lote 5 Telegramas Worker
This commit is contained in:
		| @@ -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