1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

item-cache-mtime-size new option doc

This commit is contained in:
Peter Bieringer 2024-12-15 11:40:20 +01:00
parent 4bb00e6070
commit ff3f2fc3de

View file

@ -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)