mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-08 07:20:59 +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"
|