Add "hikari connection pool" setting

This commit is contained in:
schroda
2025-12-06 17:18:48 +01:00
parent e914c04c88
commit 064dc9041b
5 changed files with 21 additions and 4 deletions

View File

@@ -1411,6 +1411,10 @@
},
"database": {
"address": "Database url",
"hikari_connection_pool": {
"description": "Improves performance, but may cause issues for some installations where data cannot be read from the database",
"title": "Hikari connection pool"
},
"password": "$t(global.label.password)",
"title": "Database",
"type": {