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.