diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index c7a1d9ee..d2dce4e7 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1058,6 +1058,8 @@ Default: `False` Note: check used filesystem mtime precision before enabling +Note: conversion is done on access, bulk conversion can be done offline using storage verification option `radicale --verify-storage` + ##### folder_umask Use configured umask for folder creation (not applicable for OS Windows) diff --git a/config b/config index 731c60f6..c8e9802b 100644 --- a/config +++ b/config @@ -157,6 +157,7 @@ # Use last modifiction time (nanoseconds) and size (bytes) for 'item' cache instead of SHA256 (improves speed) # Note: check used filesystem mtime precision before enabling +# Note: conversion is done on access, bulk conversion can be done offline using storage verification option: radicale --verify-storage #use_mtime_and_size_for_item_cache=False # Use configured umask for folder creation (not applicable for OS Windows)