File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ grafana-wtf changelog
6
6
in progress
7
7
===========
8
8
- Explore dashboards: Ignore ``-- Mixed -- `` data sources
9
+ - Caching: Increase default cache TTL to five minutes again
9
10
10
11
2023-03-05 0.14.1
11
12
=================
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def run():
45
45
--select-dashboard=<uuid> Restrict operation to dashboard by UID.
46
46
Can be a list of comma-separated dashboard UIDs.
47
47
--format=<format> Output format. [default: json]
48
- --cache-ttl=<cache-ttl> Time-to-live for the request cache in seconds. [default: 60 ]
48
+ --cache-ttl=<cache-ttl> Time-to-live for the request cache in seconds. [default: 300 ]
49
49
--drop-cache Drop cache before requesting resources
50
50
--concurrency=<concurrency> Run multiple requests in parallel. [default: 5]
51
51
--dry-run Dry-run mode for the `replace` subcommand.
You can’t perform that action at this time.
0 commit comments