From f5aee30d2aa921c1146f020aa89cf034be894095 Mon Sep 17 00:00:00 2001 From: tecnotel Date: Thu, 25 Jun 2026 18:40:07 +0200 Subject: [PATCH] setup: copia config glob-driven + rimozione riferimenti ASREM (placeholder + commento) --- setup.html | 2 +- setup_server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.html b/setup.html index 7e71b55..582088c 100644 --- a/setup.html +++ b/setup.html @@ -172,7 +172,7 @@ html,body{height:100%;background:var(--bg);color:var(--text);font-family:var(--s
Dominio utenti (es. nome@azienda.it)
-
3-4 frasi sul cliente per contestualizzare i prompt AI. Iniettato in ogni richiesta AI per sintesi più accurate.
+
3-4 frasi sul cliente per contestualizzare i prompt AI. Iniettato in ogni richiesta AI per sintesi più accurate.
Logo cliente (per i PDF report)
diff --git a/setup_server.py b/setup_server.py index d50c18f..594c9e3 100644 --- a/setup_server.py +++ b/setup_server.py @@ -695,7 +695,7 @@ def _write_services(): # worker. Con N>1 worker, il worker B non vede sessioni create da worker # A → 401 random post-login (round-robin kernel). Workaround attuale: # 1 worker con 8 threads = concorrenza intra-process via GIL release su - # I/O. Sufficiente per il carico ASREM. Soluzione futura: session store + # I/O. Sufficiente per il carico tipico di un singolo tenant. Soluzione futura: session store # condiviso (Redis o SQLite) per scalare a N>1 worker. services = { "backend": ("argos_backend:app", 1, 8, 120, 8080, "Backend API"),