From c4aa1a2990e6bb7da331d8ec59de10ccf366311a Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 30 Apr 2026 18:28:26 +0200 Subject: [PATCH] upteriore cambio tempo log --- MP.IOC/Controllers/IOBController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP.IOC/Controllers/IOBController.cs b/MP.IOC/Controllers/IOBController.cs index 9d5bed28..3e452976 100644 --- a/MP.IOC/Controllers/IOBController.cs +++ b/MP.IOC/Controllers/IOBController.cs @@ -884,7 +884,7 @@ namespace MP.IOC.Controllers answ = await IOCService.ProcessInputAsync(id, valore, dtEve, dtCurr, cnt); //answ = await DService.ProcessInputAsync(id, valore, dtEve, dtCurr, cnt); sw.Stop(); - if (sw.Elapsed.TotalMilliseconds > 15) + if (sw.Elapsed.TotalMilliseconds > 40) { Log.Info($"Input | elapsed: {sw.Elapsed.TotalMilliseconds:N1} | id: {id} | val: {valore} | cnt: {cnt}"); }