Increase LLM timeout from 120s to 300s
qwen3:8b can take over 120s on complex tasks causing silent failures and queue buildup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ from typing import Optional
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
DEFAULT_TIMEOUT = 120
|
||||
DEFAULT_TIMEOUT = 300
|
||||
MAX_HISTORY = 20 # messages conservés dans le contexte
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user