From 69209375b589ab3ed087f3cd1b8dbb6a66fb9a39 Mon Sep 17 00:00:00 2001 From: Marc Serrat Date: Thu, 4 Mar 2021 23:10:50 +0100 Subject: [PATCH] LITE-17586: CLI Tool may run slow on report generation --- cnctcli/actions/reports.py | 2 +- cnctcli/reports/connect-reports | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cnctcli/actions/reports.py b/cnctcli/actions/reports.py index 4b2821fb..bd0133b9 100644 --- a/cnctcli/actions/reports.py +++ b/cnctcli/actions/reports.py @@ -136,7 +136,7 @@ def execute_report(config, reports_dir, report, output_file): config.active.api_key, endpoint=config.active.endpoint, use_specs=False, - default_limit=10, + default_limit=500, max_retries=3, ) diff --git a/cnctcli/reports/connect-reports b/cnctcli/reports/connect-reports index 0716ad74..b9050cbc 160000 --- a/cnctcli/reports/connect-reports +++ b/cnctcli/reports/connect-reports @@ -1 +1 @@ -Subproject commit 0716ad7495b7887dd937d68bc4b387f4e22b488f +Subproject commit b9050cbc356ffe4609812d916c116d0ca8b38b23