Completata pèulizia SPEC!!!
This commit is contained in:
@@ -505,7 +505,7 @@ namespace MP.Data.Services
|
||||
result = new List<ConfigModel>();
|
||||
}
|
||||
sw.Stop();
|
||||
Log.Debug($"ConfigGetAll | {source} | {sw.Elapsed.TotalMilliseconds}ms");
|
||||
Log.Debug($"ConfigGetAllAsync | {source} | {sw.Elapsed.TotalMilliseconds}ms");
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1485,7 +1485,7 @@ namespace MP.Data.Services
|
||||
}
|
||||
sw.Stop();
|
||||
|
||||
string callName = $"MacchineByMatrOper.{source}";
|
||||
string callName = $"MacchineByMatrOperAsync.{source}";
|
||||
int numRec = esCollect.RecordCall(callName, sw.Elapsed.TotalMilliseconds);
|
||||
if (numRec >= nRecLog)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user