From e0b437c79cf3234634953cde05a67e45b1a74bef Mon Sep 17 00:00:00 2001 From: Krakenied Date: Tue, 13 May 2025 18:10:45 +0200 Subject: Update plugin docs --- docs/configuration/storage-providers.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'docs/configuration/storage-providers.md') diff --git a/docs/configuration/storage-providers.md b/docs/configuration/storage-providers.md index 8aad7a55..78522913 100644 --- a/docs/configuration/storage-providers.md +++ b/docs/configuration/storage-providers.md @@ -100,10 +100,13 @@ README](https://github.com/brettwooldridge/HikariCP). ``` yaml connection-pool-settings: - maximum-pool-size: 8 - minimum-idle: 8 - maximum-lifetime: 1800000 - connection-timeout: 5000 + minimum-idle: 8 + maximum-pool-size: 8 + connection-timeout: 5000 + idle-timeout: 600000 + keepalive-time: 0 + maximum-lifetime: 1800000 + data-source-properties: {} table-prefix: "quests_" ``` -- cgit v1.2.3-70-g09d2