- 2026-08-17 1.6.0.0 Se reduce el tiempo de 5 minutos a 30 segundos el intervalo de envio de sms

This commit is contained in:
2026-08-17 12:24:15 +02:00
parent 50d80f4a42
commit 5036b4cff5
2 changed files with 3 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ namespace Servicio_Gestion_Asegasa
//Creo q aqui se deberia llamar a los servicios
}
await ProcesosConf.ProcesarAsync();
await System.Threading.Tasks.Task.Delay(1000 * 60 * 5, stoppingToken);
await System.Threading.Tasks.Task.Delay(1000 * 30 , stoppingToken);
}
}
catch (OperationCanceledException)