1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Add option to disable syncing to disk

Disabling syncing increases the risk of data loss when the system crashes or power fails. On the positive it can increase the performance to a great extent.
This commit is contained in:
Unrud 2016-08-08 05:17:41 +02:00
parent c336e0581e
commit f5f52582a1
3 changed files with 15 additions and 6 deletions

View file

@ -58,6 +58,7 @@ INITIAL_CONFIG = {
"type": "multifilesystem",
"filesystem_folder": os.path.expanduser(
"~/.config/radicale/collections"),
"fsync": "True",
"hook": ""},
"logging": {
"config": "/etc/radicale/logging",