mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
add note about item cache format
parent
b00f431cb8
commit
bd4f4da66b
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ jq . .Radicale.props
|
||||||
|
|
||||||
Since 3.3.2 the item cache can be located outside by option `[storage] use_cache_subfolder_for_item = True`
|
Since 3.3.2 the item cache can be located outside by option `[storage] use_cache_subfolder_for_item = True`
|
||||||
|
|
||||||
|
Since 3.3.2 the item cache format can be toggled between SHA-256 or using mtime+size of original item by option `[storage] use_mtime_and_size_for_item_cache = True` (recommend to use only on systems where mtime has "ns" granularity)
|
||||||
|
|
||||||
```
|
```
|
||||||
[d] /var
|
[d] /var
|
||||||
└─[d] /lib
|
└─[d] /lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue