Skip to content

Commit ecf8291

Browse files
committed
Fix exchange-rate-max-age option in default_config.toml
1 parent 6a3b8a3 commit ecf8291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/default_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ exchange-rate-source = "EU"
3838

3939
# Maximum age of cached exchange rates in seconds.
4040
# If the cached data is older than this value, it will be refreshed.
41-
exchange-rate-cache-max-age = 259200
41+
exchange-rate-max-age = 259200
4242

4343
# Decimal and thousands separator style. This can be used to switch
4444
# between e.g. 1,234.56 and 1.234,56.

0 commit comments

Comments
 (0)