From 24f835a2a11ac0a34f423dbf17fdf46cbb03cbf5 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 18 Aug 2018 12:56:39 +0200 Subject: [PATCH] Remove unused configuration --- config | 4 ---- radicale/tests/test_auth.py | 2 -- 2 files changed, 6 deletions(-) diff --git a/config b/config index 93172ac8..6c2ea443 100644 --- a/config +++ b/config @@ -99,10 +99,6 @@ # Folder for storing local collections, created if not present #filesystem_folder = /var/lib/radicale/collections -# Lock the storage. Never start multiple instances of Radicale or edit the -# storage externally while Radicale is running if disabled. -#filesystem_locking = True - # Delete sync token that are older (seconds) #max_sync_token_age = 2592000 diff --git a/radicale/tests/test_auth.py b/radicale/tests/test_auth.py index cf627579..80c883d5 100644 --- a/radicale/tests/test_auth.py +++ b/radicale/tests/test_auth.py @@ -44,8 +44,6 @@ class TestBaseAuthRequests(BaseTest): self.configuration["storage"]["filesystem_folder"] = self.colpath # Disable syncing to disk for better performance self.configuration["internal"]["filesystem_fsync"] = "False" - # Required on Windows, doesn't matter on Unix - self.configuration["storage"]["filesystem_close_lock_file"] = "True" # Set incorrect authentication delay to a very low value self.configuration["auth"]["delay"] = "0.002"