mirror of
https://github.com/Kozea/Radicale.git
synced 2025-10-03 21:20:45 +00:00
move content
parent
dfbf267223
commit
359686e070
1 changed files with 13 additions and 0 deletions
|
@ -22,5 +22,18 @@ Default is 30 days
|
|||
|
||||
TODO: add recommendations for min/max
|
||||
|
||||
### use_mtime_and_size_for_item_cache
|
||||
|
||||
(i) supported since 3.3.2
|
||||
|
||||
In case collections with higher amount of items it can be that PROPFIND and REPORT requests are slow and even PUT requests take some time. In this case consider change of caching method.
|
||||
|
||||
Precondition: file system supports mtime with ns proper (us is potentially also still enough, ms can turn risky)
|
||||
|
||||
Background: it changes the cache content verification from SHA256(item) to filesystem metadata lookup mtime(item) size(item)
|
||||
|
||||
## filesystem_cache_folder + use_cache_subfolder_for_item
|
||||
|
||||
(i) supported since 3.3.2
|
||||
|
||||
In case collections are stored on a network filesystem, e.g. NFS or GlusterFS it can make sense to keep the cache on local node.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue