Review livelli out info x richieste + frequenti

This commit is contained in:
Samuele Locatelli
2024-02-16 15:55:33 +01:00
parent 3c07a3ae26
commit ba7d395d20
2 changed files with 5 additions and 5 deletions
@@ -325,7 +325,7 @@ namespace WebDoorCreator.Data.Services
{
sw.Stop();
// gestione statistiche
await ProcStatLog("NumRequestDone", sw.Elapsed, 1, 10);
await ProcStatLog("NumRequestDone", sw.Elapsed, 2, 10);
}
return numReq;
}
@@ -350,7 +350,7 @@ namespace WebDoorCreator.Data.Services
{
sw.Stop();
// gestione statistiche
await ProcStatLog("NumRequestErrors", sw.Elapsed, 1, 10);
await ProcStatLog("NumRequestErrors", sw.Elapsed, 2, 10);
}
return numReq;
}
@@ -375,7 +375,7 @@ namespace WebDoorCreator.Data.Services
{
sw.Stop();
// gestione statistiche
await ProcStatLog("NumRequestPending", sw.Elapsed, 1, 10);
await ProcStatLog("NumRequestPending", sw.Elapsed, 2, 10);
}
return numReq;
}
@@ -400,7 +400,7 @@ namespace WebDoorCreator.Data.Services
{
sw.Stop();
// gestione statistiche
await ProcStatLog("NumRequestProcessing", sw.Elapsed, 1, 10);
await ProcStatLog("NumRequestProcessing", sw.Elapsed, 2, 10);
}
return numReq;
}
@@ -1415,7 +1415,7 @@ namespace WebDoorCreator.Data.Services
{
sw.Stop();
// gestione statistiche
await ProcStatLog("DoorGet2Del", sw.Elapsed, 1, 0.3);
await ProcStatLog("DoorGet2Del", sw.Elapsed, 2, 1);
}
}
catch (Exception exc)