mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +00:00
Move filesystem_fsync config from section storage to internal
This commit is contained in:
parent
4282ea46e4
commit
8281769edf
6 changed files with 10 additions and 15 deletions
|
@ -43,7 +43,7 @@ class TestBaseAuthRequests(BaseTest):
|
|||
self.colpath = tempfile.mkdtemp()
|
||||
self.configuration["storage"]["filesystem_folder"] = self.colpath
|
||||
# Disable syncing to disk for better performance
|
||||
self.configuration["storage"]["filesystem_fsync"] = "False"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue