Преглед на файлове

Add warning about SQLite to config

Tulir Asokan преди 3 години
родител
ревизия
f93a76a753
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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