mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-12 20:30:57 +00:00
Only support file based locking
This commit is contained in:
parent
c7e65fbb7f
commit
e96410c6e7
5 changed files with 52 additions and 168 deletions
|
@ -37,8 +37,6 @@ class TestBaseAuthRequests(BaseTest):
|
|||
self.configuration["storage"]["filesystem_folder"] = self.colpath
|
||||
# Disable syncing to disk for better performance
|
||||
self.configuration["storage"]["filesystem_fsync"] = "False"
|
||||
# Required on Windows, doesn't matter on Unix
|
||||
self.configuration["storage"]["filesystem_close_lock_file"] = "True"
|
||||
|
||||
def teardown(self):
|
||||
shutil.rmtree(self.colpath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue