mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Remove unused configuration
This commit is contained in:
parent
8281769edf
commit
24f835a2a1
2 changed files with 0 additions and 6 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue