diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 76a0b65c..c7a1d9ee 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1050,6 +1050,14 @@ Default: `False` Note: use only on single-instance setup, will break consistency with client in multi-instance setup +##### use_mtime_and_size_for_item_cache + +Use last modifiction time (nanoseconds) and size (bytes) for 'item' cache instead of SHA256 (improves speed) + +Default: `False` + +Note: check used filesystem mtime precision before enabling + ##### folder_umask Use configured umask for folder creation (not applicable for OS Windows)