mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
add note, bugfix
parent
81e4e526e5
commit
d0eb920e06
1 changed files with 8 additions and 2 deletions
|
@ -93,7 +93,7 @@ jq . .Radicale.props
|
|||
|
||||
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
|
||||
|
@ -122,4 +122,10 @@ historic pre-compiled items
|
|||
|
||||
#### 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.
|
Loading…
Add table
Add a link
Reference in a new issue