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