Browse Source

deprecated_options.md

config
Antonio SJ Musumeci 2 days ago
parent
commit
02820d11b7
  1. 3
      mkdocs/docs/config/deprecated_options.md

3
mkdocs/docs/config/deprecated_options.md

@ -10,8 +10,7 @@ function or have been replaced. **They should not be used.**
* **negative_entry**: Use `cache.negative_entry`.
* **direct_io**: Use `cache.files=off`.
* **kernel_cache**: Use `cache.files=full`.
* **auto_cache**: Invalidate data cache if file mtime or
size change. Use `cache.files=auto-full` instead. (default: false)
* **auto_cache**: Use `cache.files=auto-full`.
* **async_read**: Use `async_read=true`.
* **sync_read**: Use `async_read=false`.
* **splice_read**: Does nothing.

Loading…
Cancel
Save