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:
parent
4bb00e6070
commit
ff3f2fc3de
1 changed files with 8 additions and 0 deletions
|
@ -1050,6 +1050,14 @@ Default: `False`
|
||||||
|
|
||||||
Note: use only on single-instance setup, will break consistency with client in multi-instance setup
|
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
|
##### folder_umask
|
||||||
|
|
||||||
Use configured umask for folder creation (not applicable for OS Windows)
|
Use configured umask for folder creation (not applicable for OS Windows)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue