Skip to content

Commit

Permalink
Merge pull request #10 from cloudblue/increase-default-limit
Browse files Browse the repository at this point in the history
Increase limit to 500
  • Loading branch information
marcserrat authored Mar 4, 2022
2 parents d87e536 + c42fd51 commit 1f51bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions executor/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def start():
use_specs=False,
api_key=report_env["client_token"],
max_retries=5,
default_limit=100,
default_limit=500,
default_headers=get_user_agent(),
timeout=(360, 360),
)
Expand Down Expand Up @@ -81,7 +81,7 @@ def execute_report(control_client, report_definition, connect_report): # noqa:
use_specs=False,
api_key=report_env["client_token"],
max_retries=5,
default_limit=100,
default_limit=500,
default_headers=get_user_agent(),
timeout=(360, 360),
)
Expand Down

0 comments on commit 1f51bf7

Please sign in to comment.