drop sqlite from docs

This commit is contained in:
Paul Robertson 2024-06-26 19:25:44 -04:00
parent c61258fa0d
commit e24b7d2f3e
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -64,9 +64,7 @@
# Note: this was previously "/var/lib/matrix-conduit"
database_path = "/var/lib/conduwuit"
# Database backend: Only rocksdb and sqlite are supported. Please note that sqlite
# will perform significantly worse than rocksdb as it is not intended to be used the
# way it is by conduwuit. sqlite only exists for historical reasons.
# Database backend: Only rocksdb is supported.
database_backend = "rocksdb"