Skip to content

Commit

Permalink
Merge pull request #90 from cloudblue/increase-reports-default-client…
Browse files Browse the repository at this point in the history
…-limit

Increase default limit of items for paging on reports client
  • Loading branch information
marcserrat authored Mar 9, 2022
2 parents 9c1a3f7 + 8f39e29 commit 1a613d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect/cli/plugins/report/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def execute_report(config, reports_dir, report_id, output_file, output_format):
config.active.api_key,
endpoint=config.active.endpoint,
use_specs=False,
default_limit=100,
default_limit=500,
max_retries=5,
default_headers=get_user_agent(),
logger=RequestLogger() if config.verbose else None,
Expand Down

0 comments on commit 1a613d9

Please sign in to comment.