upteriore cambio tempo log

This commit is contained in:
Samuele Locatelli
2026-04-30 18:28:26 +02:00
parent ef3084af91
commit c4aa1a2990
+1 -1
View File
@@ -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}");
}