Fix spec: rimanda su pagina 1 al cambio filtro su PODL KIT, fix vari RIOC

This commit is contained in:
Samuele Locatelli
2026-06-12 18:34:57 +02:00
parent 5e7016629a
commit f738c0a690
12 changed files with 40 additions and 12 deletions
+4
View File
@@ -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')