From 618cb57dc9dad1909271278dfb2fa76bb3fd25da Mon Sep 17 00:00:00 2001 From: sebdotv Date: Thu, 10 Apr 2025 15:17:58 +0200 Subject: [PATCH] update example config.ini: queue_size is actually not implemented (yet) --- config.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.ini b/config.ini index d9d9680..84a065b 100644 --- a/config.ini +++ b/config.ini @@ -1,10 +1,8 @@ [DefaultServer] url = http://localhost:11434 -queue_size = 5 [SecondaryServer] url = http://localhost:3002 -queue_size = 3 # Add more servers as you need.