Allow using legacy database connections (#1785)
* Allow using legacy db connections * Lint * Description and docs
This commit is contained in:
@@ -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.",
|
||||
)
|
||||
|
||||
|
||||
|
||||
/** ****************************************************************** **/
|
||||
|
||||
Reference in New Issue
Block a user