From a20318f0102dd8b706c0c9779bf546e223b0650b Mon Sep 17 00:00:00 2001 From: Khalid MOUTAOUAKIL Date: Mon, 6 Apr 2026 16:34:04 +0200 Subject: [PATCH] Pagination 20 lignes par page Co-Authored-By: Claude Opus 4.6 (1M context) --- app/routers/audit_full.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routers/audit_full.py b/app/routers/audit_full.py index 7e17934..9bd5b57 100644 --- a/app/routers/audit_full.py +++ b/app/routers/audit_full.py @@ -28,7 +28,7 @@ async def audit_full_list(request: Request, db=Depends(get_db)): search = request.query_params.get("q", "").strip() domain = request.query_params.get("domain", "") page = int(request.query_params.get("page", "1")) - per_page = 50 + per_page = 20 # KPIs (toujours sur tout le jeu) kpis = db.execute(text("""