Skip to content

Commit

Permalink
Increase limit to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
marcserrat committed Mar 4, 2022
1 parent d87e536 commit c42fd51
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 c42fd51

Please sign in to comment.