diff options
author | asymmetric <lorenzo@mailbox.org> | 2022-10-25 11:22:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 10:22:55 +0100 |
commit | 8c94dd3a277d4e11192f98a9ca32cb6638606b66 (patch) | |
tree | 399b6a5590c7c4177af89625fe1589ec62a344f3 /changelog.d | |
parent | Return NOT_JSON if decode fails and defer set_timeline_upper_limit ca… (#14... (diff) | |
download | synapse-8c94dd3a277d4e11192f98a9ca32cb6638606b66.tar.xz |
Enable WAL for SQLite (#13897)
Signed-off-by: Lorenzo Manacorda <lorenzo@mailbox.org>
Diffstat (limited to '')
-rw-r--r-- | changelog.d/13897.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13897.feature b/changelog.d/13897.feature new file mode 100644 index 0000000000..d46fdf9fa5 --- /dev/null +++ b/changelog.d/13897.feature @@ -0,0 +1 @@ +Enable Write-Ahead Logging for SQLite installs. Contributed by [asymmetric](https://github.com/asymmetric). |