From 4ab20adadb1e47886074cd30086288ab86a4d137 Mon Sep 17 00:00:00 2001 From: Dante Date: Wed, 10 Aug 2022 14:30:17 +0100 Subject: [PATCH] Fix database_opts config invalid for postgres --- conf/config.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index e5e453f..a25d383 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -45,9 +45,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: - min_size: 1 - max_size: 10 + database_opts: {} # 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