mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Change default value for external users
This commit is contained in:
parent
a7f4ffa7d4
commit
caf5ff1080
9 changed files with 16 additions and 15 deletions
|
@ -36,7 +36,7 @@ class TestBaseWebRequests(BaseTest):
|
|||
self.configuration.update({
|
||||
"storage": {"filesystem_folder": self.colpath},
|
||||
# Disable syncing to disk for better performance
|
||||
"internal": {"filesystem_fsync": "False"}}, "test")
|
||||
"internal": {"filesystem_fsync": "False"}}, "test", internal=True)
|
||||
self.application = Application(self.configuration)
|
||||
|
||||
def teardown(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue