diff --git a/WebDoorCreator.Data/Services/QueueDataService.cs b/WebDoorCreator.Data/Services/QueueDataService.cs index dfc9cd4..ccd191b 100644 --- a/WebDoorCreator.Data/Services/QueueDataService.cs +++ b/WebDoorCreator.Data/Services/QueueDataService.cs @@ -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; } diff --git a/WebDoorCreator.Data/Services/WebDoorCreatorService.cs b/WebDoorCreator.Data/Services/WebDoorCreatorService.cs index c290966..f1abf42 100644 --- a/WebDoorCreator.Data/Services/WebDoorCreatorService.cs +++ b/WebDoorCreator.Data/Services/WebDoorCreatorService.cs @@ -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)