mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-29 19:00:25 +00:00
The default configuration was broken since the introduction of caching and specifically `max_cache_age`. This fixes deserialization and config merging for the case where this key is missing from the config.
2 lines
28 B
TOML
Vendored
2 lines
28 B
TOML
Vendored
cache = true
|
|
max_age = "1d"
|