From ce12e1e2b22623c95e94e06f6f81457534cac286 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 26 Sep 2023 16:17:25 -0700 Subject: [PATCH] docs: :memo: example config comments for Scylla connections --- .config/example.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/example.yml b/.config/example.yml index 38610c6407..17eb25cd53 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -91,11 +91,14 @@ db: # # password: password # # # Number of pooled connections per host +# # has a theoretical maximum of 32768 +# # It's recommended not to adjust and unless you know what you're doing +# # All values below are optional. # #connections: +# # maxRequestsPerConnection: 2048 # # local: 2 # # remote: 1 - # ┌─────────────────────┐ #───┘ Redis configuration └─────────────────────────────────────