- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user