mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-23 17:48:30 +00:00
Created Performance tuning (markdown)
parent
266a9b8507
commit
b3d1b1d970
1 changed files with 22 additions and 0 deletions
22
Performance-tuning.md
Normal file
22
Performance-tuning.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
Several hints are available for tuning the performance
|
||||||
|
|
||||||
|
# Filesystem
|
||||||
|
|
||||||
|
Recommendations: TODO
|
||||||
|
|
||||||
|
# Radicale configuration
|
||||||
|
|
||||||
|
## Storage
|
||||||
|
|
||||||
|
### type
|
||||||
|
|
||||||
|
`type = multifilesystem_nolock` turns from using lock mechanism on OS/FS level to be handled internally by "radicale"
|
||||||
|
|
||||||
|
### max_sync_token_age
|
||||||
|
|
||||||
|
Default is 30 days
|
||||||
|
|
||||||
|
TODO: add recommendations for min/max
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue