From f738c0a6905be6ca0b6161ea8e2a8a240259f364 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 12 Jun 2026 18:34:57 +0200 Subject: [PATCH] Fix spec: rimanda su pagina 1 al cambio filtro su PODL KIT, fix vari RIOC --- MP.RIOC/MP.RIOC.csproj | 2 +- MP.RIOC/Program.cs | 4 ++++ MP.RIOC/Resources/ChangeLog.html | 2 +- MP.RIOC/Resources/VersNum.txt | 2 +- MP.RIOC/Resources/manifest.xml | 2 +- MP.RIOC/Services/MetricsDbFlushService.cs | 19 +++++++++++++++++-- MP.RIOC/Services/RouteManager.cs | 12 ++++++++++-- .../Components/ProdKit/GestKitPodl.razor.cs | 1 + MP.SPEC/MP.SPEC.csproj | 2 +- MP.SPEC/Resources/ChangeLog.html | 2 +- MP.SPEC/Resources/VersNum.txt | 2 +- MP.SPEC/Resources/manifest.xml | 2 +- 12 files changed, 40 insertions(+), 12 deletions(-) diff --git a/MP.RIOC/MP.RIOC.csproj b/MP.RIOC/MP.RIOC.csproj index 2b28390d..3dfd370b 100644 --- a/MP.RIOC/MP.RIOC.csproj +++ b/MP.RIOC/MP.RIOC.csproj @@ -5,7 +5,7 @@ enable enable MP.RIOC - 8.16.2606.1217 + 8.16.2606.1218 InProcess diff --git a/MP.RIOC/Program.cs b/MP.RIOC/Program.cs index b122a104..a1f35daf 100644 --- a/MP.RIOC/Program.cs +++ b/MP.RIOC/Program.cs @@ -10,6 +10,10 @@ using System.Diagnostics; using System.Net; using System.Reflection; + +// Forza il ThreadPool a tenere pronti almeno 500 thread per i calcoli e 500 per l'I/O di rete +ThreadPool.SetMinThreads(500, 500); + var builder = WebApplication.CreateBuilder(args); // RECUPERO L'AMBIENTE REALE (Che ora IIS passa correttamente come 'Staging') diff --git a/MP.RIOC/Resources/ChangeLog.html b/MP.RIOC/Resources/ChangeLog.html index aa4396fe..5e1d7f8b 100644 --- a/MP.RIOC/Resources/ChangeLog.html +++ b/MP.RIOC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MP-RIOC -

Versione: 8.16.2606.1217

+

Versione: 8.16.2606.1218


Note di rilascio: