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

add note, bugfix

Peter Bieringer 2024-12-18 20:00:31 +01:00
parent 81e4e526e5
commit d0eb920e06

@ -93,7 +93,7 @@ jq . .Radicale.props
1:1 reflecting items in a pre-compiled format 1:1 reflecting items in a pre-compiled format
Since 3.2.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`
``` ```
[d] /var [d] /var
@ -122,4 +122,10 @@ historic pre-compiled items
#### Directory: .Radicale.cache/sync-token #### Directory: .Radicale.cache/sync-token
file containing synchronization tokens related to each client serve only changes on request file containing synchronization tokens related to each client serve only changes on request
## Example for a simple storage layout
Since 3.3.2 there are even more options to store the whole cache outside the `filesystem_folder`
This can be used storing item cache local on the system, e.g. `/var/cache/radicale/collections/collection-cache` while the items, sync-token and history are stored in shared filesystem like NFS or GlusterFS.