Browse Source

deprecated_options.md

config
Antonio SJ Musumeci 1 day ago
parent
commit
98f6a6008a
  1. 2
      mkdocs/docs/config/deprecated_options.md

2
mkdocs/docs/config/deprecated_options.md

@ -3,6 +3,8 @@
These are old, deprecated options which may no longer have any
function or have been replaced. **They should not be used.**
* **attr_timeout**: Use `cache.attr`.
* **entry_timeout**: Use `cache.entry`.
* **direct_io**: Bypass page cache. Use `cache.files=off`
instead.
* **kernel_cache**: Do not invalidate data cache on file open. Use

Loading…
Cancel
Save