Browse Source

deprecated_options.md

config
Antonio SJ Musumeci 1 day ago
parent
commit
d6b4dd594c
  1. 3
      mkdocs/docs/config/deprecated_options.md

3
mkdocs/docs/config/deprecated_options.md

@ -8,8 +8,7 @@ function or have been replaced. **They should not be used.**
* **attr_timeout**: Use `cache.attr`.
* **entry_timeout**: Use `cache.entry`.
* **negative_entry**: Use `cache.negative_entry`.
* **direct_io**: Bypass page cache. Use `cache.files=off`
instead.
* **direct_io**: Use `cache.files=off`.
* **kernel_cache**: Do not invalidate data cache on file open. Use
`cache.files=full` instead.
* **auto_cache**: Invalidate data cache if file mtime or

Loading…
Cancel
Save