Qualys page size 100
This commit is contained in:
parent
d15db654d4
commit
7b87074faa
@ -591,7 +591,7 @@ def _refresh_all_agents_impl(db):
|
||||
if last_id:
|
||||
criteria.append({"field": "id", "operator": "GREATER", "value": str(last_id)})
|
||||
payload = {"ServiceRequest": {
|
||||
"preferences": {"limitResults": 250},
|
||||
"preferences": {"limitResults": 100},
|
||||
"filters": {"Criteria": criteria}
|
||||
}}
|
||||
try:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user