From bf27fdbb48eafc98c863c0228ce6bc4f1689e18a Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 14 Jun 2024 20:36:25 +0200 Subject: [PATCH] Updated Performance tuning (markdown) --- Performance-tuning.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Performance-tuning.md b/Performance-tuning.md index 9a045b7..425f15c 100644 --- a/Performance-tuning.md +++ b/Performance-tuning.md @@ -14,6 +14,8 @@ Recommendations: TODO `type = multifilesystem_nolock` turns from using lock mechanism on operating system / file system level to be handled internally by "radicale" +DO NOT USE on a shared filesystem in combination with a clustered "radicale" application as there is no locking synchronization currently existing between cluster members beside using lock files on filesystem. + ### max_sync_token_age Default is 30 days