Qualys: reduce refresh page size to 500
This commit is contained in:
parent
6db58952ec
commit
ec90a4a9d1
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user