From 49b1865d13b2632cc49408ebe200ae585844de5b Mon Sep 17 00:00:00 2001 From: Admin MPCZ Date: Tue, 14 Apr 2026 16:19:29 +0200 Subject: [PATCH] Qualys page size 250 (lower timeout risk) --- app/services/qualys_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/qualys_service.py b/app/services/qualys_service.py index 68e36c6..1468372 100644 --- a/app/services/qualys_service.py +++ b/app/services/qualys_service.py @@ -588,7 +588,7 @@ def _refresh_all_agents_impl(db): if last_id: criteria.append({"field": "id", "operator": "GREATER", "value": str(last_id)}) payload = {"ServiceRequest": { - "preferences": {"limitResults": 500}, + "preferences": {"limitResults": 250}, "filters": {"Criteria": criteria} }} try: