Skip to content

Commit ac70cec

Browse files
committed
Caching: Increase default cache TTL to five minutes again
1 parent bcdd927 commit ac70cec

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
@@ -6,6 +6,7 @@ grafana-wtf changelog
66
in progress
77
===========
88
- Explore dashboards: Ignore ``-- Mixed --`` data sources
9+
- Caching: Increase default cache TTL to five minutes again
910

1011
2023-03-05 0.14.1
1112
=================

grafana_wtf/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def run():
4545
--select-dashboard=<uuid> Restrict operation to dashboard by UID.
4646
Can be a list of comma-separated dashboard UIDs.
4747
--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]
4949
--drop-cache Drop cache before requesting resources
5050
--concurrency=<concurrency> Run multiple requests in parallel. [default: 5]
5151
--dry-run Dry-run mode for the `replace` subcommand.

0 commit comments

Comments
 (0)