diff --git a/conf/config.yaml b/conf/config.yaml index dce6415..486a20a 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -43,7 +43,7 @@ appservice: # https://magicstack.github.io/asyncpg/current/api/index.html#asyncpg.pool.create_pool # 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. - database_opts: + database_opts: min_size: 5 max_size: 10 @@ -186,7 +186,7 @@ bridge: # Whether or not created rooms should have federation enabled. # If false, created portal rooms will never be federated. federate_rooms: true - # Settings for backfilling messages from Facebook. + # Settings for backfilling messages from Facebook. backfill: # Whether or not the Facebook users of logged in Matrix users should be # invited to private chats when backfilling history from Facebook. This is