Skip to content

Commit 6ed96bb

Browse files
committed
Use --concurrency=1 as default value
1 parent 78ed502 commit 6ed96bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ grafana-wtf changelog
55

66
in progress
77
===========
8+
- Started using ``--concurrency=1`` as default value. Thank you, @IgorOhrimenko.
89

910
2025-12-03 0.23.4
1011
=================

grafana_wtf/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run():
5353
--format=<format> Output format. One of textual, tabular, json, yaml.
5454
--cache-ttl=<cache-ttl> Time-to-live for the request cache in seconds. [default: 3600]
5555
--drop-cache Drop cache before requesting resources
56-
--concurrency=<concurrency> Run multiple requests in parallel. [default: 0]
56+
--concurrency=<concurrency> Run multiple requests in parallel. [default: 1]
5757
--dry-run Dry-run mode for the `replace` subcommand.
5858
--verbose Enable verbose mode
5959
--version Show version information

0 commit comments

Comments
 (0)