From 1fb278b422c836ca9fc2303c93efdfc6503c7705 Mon Sep 17 00:00:00 2001 From: Namekuji Date: Tue, 26 Sep 2023 19:14:43 -0400 Subject: [PATCH] add example values --- .config/example.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/example.yml b/.config/example.yml index 38610c6407..ff726724cd 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -90,8 +90,10 @@ db: # # username: username # # password: password # -# # Number of pooled connections per host # #connections: +# # # Number of maximum requests that one connection can handle +# # maxRequestsPerConnection: 2048 +# # # Number of pooled connections per host (recommended to leave as default values) # # local: 2 # # remote: 1