From cfcdf96882ab68d0c6dcd0a0c61d9c5fc24b464c Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 23 Jun 2025 16:47:33 +0200 Subject: [PATCH] Update example.config.ini --- example.config.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example.config.ini b/example.config.ini index 84a065b..0032a4e 100644 --- a/example.config.ini +++ b/example.config.ini @@ -1,8 +1,10 @@ [DefaultServer] url = http://localhost:11434 +max_parallel_connections = 4 [SecondaryServer] url = http://localhost:3002 +max_parallel_connections = 3 # Add more servers as you need.