Skip to content

Commit 88e714e

Browse files
authored
Merge pull request #25 from cloudblue/LITE-17586-update-default-limit-to-500
LITE-17586: CLI Tool may run slow on report generation
2 parents 3ee184c + 6920937 commit 88e714e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cnctcli/actions/reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def execute_report(config, reports_dir, report, output_file):
136136
config.active.api_key,
137137
endpoint=config.active.endpoint,
138138
use_specs=False,
139-
default_limit=10,
139+
default_limit=500,
140140
max_retries=3,
141141
)
142142

0 commit comments

Comments
 (0)