From ec90a4a9d1b405a78b2d2ef9263cdc12ee95f9db Mon Sep 17 00:00:00 2001 From: Admin MPCZ Date: Tue, 14 Apr 2026 15:55:35 +0200 Subject: [PATCH] Qualys: reduce refresh page size to 500 --- 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 848baca..bbe9341 100644 --- a/app/services/qualys_service.py +++ b/app/services/qualys_service.py @@ -581,7 +581,7 @@ def _refresh_all_agents_impl(db): if last_id: criteria.append({"field": "id", "operator": "GREATER", "value": str(last_id)}) payload = {"ServiceRequest": { - "preferences": {"limitResults": 1000}, + "preferences": {"limitResults": 500}, "filters": {"Criteria": criteria} }} try: