Allow using legacy database connections (#1785)

* Allow using legacy db connections

* Lint

* Description and docs
This commit is contained in:
Mitchell Syer
2025-11-12 16:24:41 -05:00
committed by GitHub
parent 0a7e6cce87
commit 6c4c2a175b
4 changed files with 38 additions and 7 deletions
@@ -914,6 +914,14 @@ class ServerConfig(
key = "serveConversions"
)
val useHikariConnectionPool: MutableStateFlow<Boolean> by BooleanSetting(
protoNumber = 85,
group = SettingGroup.DATABASE,
defaultValue = true,
excludeFromBackup = true,
description = "Use Hikari Connection Pool to connect to the database.",
)
/** ****************************************************************** **/