Ancora updaate caching e gestione oggetti

This commit is contained in:
Samuele Locatelli
2026-05-28 18:49:10 +02:00
parent e0d0f7b493
commit 6b49cb29fe
18 changed files with 281 additions and 268 deletions
+1 -1
View File
@@ -3417,7 +3417,7 @@ namespace MP.Data.Services
result = new StatoMacchineModel();
}
sw.Stop();
Log.Debug($"StatoMacchina | {source} | {sw.Elapsed.TotalMilliseconds}ms");
Log.Debug($"StatoMacchinaAsync | {source} | {sw.Elapsed.TotalMilliseconds}ms");
return result;
}