Review livelli out info x richieste + frequenti
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user