mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Move internal options to other sections
This commit is contained in:
parent
8e3465b5d4
commit
180e96b332
10 changed files with 36 additions and 37 deletions
|
@ -33,9 +33,9 @@ class TestBaseWebRequests(BaseTest):
|
|||
self.configuration = config.load()
|
||||
self.colpath = tempfile.mkdtemp()
|
||||
self.configuration.update({
|
||||
"storage": {"filesystem_folder": self.colpath},
|
||||
# Disable syncing to disk for better performance
|
||||
"_internal": {"filesystem_fsync": "False"}},
|
||||
"storage": {"filesystem_folder": self.colpath,
|
||||
# Disable syncing to disk for better performance
|
||||
"_filesystem_fsync": "False"}},
|
||||
"test", privileged=True)
|
||||
self.application = Application(self.configuration)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue