From 8641c174965959d40e3f4a710a228f177c55bb63 Mon Sep 17 00:00:00 2001 From: syeopite Date: Sun, 1 Jun 2025 16:11:32 -0700 Subject: [PATCH] Typo --- config/config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.example.yml b/config/config.example.yml index 377b90da..a17be7d7 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -28,7 +28,7 @@ db: ## Accepted values: a positive integer ## Default: 100 ## - #max_size: 100 + #max_pool_size: 100 ## ## How many idle connections should be allowed to exist within the connection pool.