Explorar o código

Add warning about SQLite to config

Tulir Asokan %!s(int64=3) %!d(string=hai) anos
pai
achega
f93a76a753
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      mautrix_signal/example-config.yaml

+ 1 - 0
mautrix_signal/example-config.yaml

@@ -34,6 +34,7 @@ appservice:
     max_body_size: 1
 
     # The full URI to the database. SQLite and Postgres are supported.
+    # However, SQLite support is extremely experimental and should not be used.
     # Format examples:
     #   SQLite:   sqlite:///filename.db
     #   Postgres: postgres://username:password@hostname/dbname