mirror of
https://github.com/YunoHost-Apps/mautrix_facebook_ynh.git
synced 2024-09-03 19:36:33 +02:00
fix config.yaml
This commit is contained in:
parent
2b568b28d5
commit
2e34a5df07
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ appservice:
|
||||||
# https://magicstack.github.io/asyncpg/current/api/index.html#asyncpg.pool.create_pool
|
# https://magicstack.github.io/asyncpg/current/api/index.html#asyncpg.pool.create_pool
|
||||||
# https://docs.python.org/3/library/sqlite3.html#sqlite3.connect
|
# https://docs.python.org/3/library/sqlite3.html#sqlite3.connect
|
||||||
# For sqlite, min_size is used as the connection thread pool size and max_size is ignored.
|
# For sqlite, min_size is used as the connection thread pool size and max_size is ignored.
|
||||||
database_opts:
|
database_opts:
|
||||||
min_size: 5
|
min_size: 5
|
||||||
max_size: 10
|
max_size: 10
|
||||||
|
|
||||||
|
@ -186,7 +186,7 @@ bridge:
|
||||||
# Whether or not created rooms should have federation enabled.
|
# Whether or not created rooms should have federation enabled.
|
||||||
# If false, created portal rooms will never be federated.
|
# If false, created portal rooms will never be federated.
|
||||||
federate_rooms: true
|
federate_rooms: true
|
||||||
# Settings for backfilling messages from Facebook.
|
# Settings for backfilling messages from Facebook.
|
||||||
backfill:
|
backfill:
|
||||||
# Whether or not the Facebook users of logged in Matrix users should be
|
# Whether or not the Facebook users of logged in Matrix users should be
|
||||||
# invited to private chats when backfilling history from Facebook. This is
|
# invited to private chats when backfilling history from Facebook. This is
|
||||||
|
|
Loading…
Add table
Reference in a new issue