### What problem does this PR solve? 1. The MySQL instance is configured with max_connections=1000, but our connection pool was limited to max_connections: 100. This mismatch caused connection pool exhaustion during performance testing. 2. Increase stale_timeout to resolve #6548 ### Type of change - [x] Performance Improvement |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| api_service.py | ||
| canvas_service.py | ||
| common_service.py | ||
| conversation_service.py | ||
| dialog_service.py | ||
| document_service.py | ||
| file2document_service.py | ||
| file_service.py | ||
| knowledgebase_service.py | ||
| langfuse_service.py | ||
| llm_service.py | ||
| task_service.py | ||
| user_canvas_version.py | ||
| user_service.py | ||