Set alchemysession core mode on by default
Bump minimum telethon-session-sqlalchemy version for core mode support on non-postgres engines Fixes #263
This commit is contained in:
@@ -27,9 +27,6 @@ appservice:
|
||||
# SQLite: sqlite:///filename.db
|
||||
# Postgres: postgres://username:password@hostname/dbname
|
||||
database: sqlite:///mautrix-telegram.db
|
||||
# Whether or not to use SQLAlchemy Core for common database actions. Use if the bridge is
|
||||
# being bottlenecked on ORM commits. Only supported with PostgreSQL.
|
||||
sqlalchemy_core_mode: false
|
||||
|
||||
# Public part of web server for out-of-Matrix interaction with the bridge.
|
||||
# Used for things like login if the user wants to make sure the 2FA password isn't stored in
|
||||
|
||||
Reference in New Issue
Block a user