mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 11:40:25 +00:00
chore: futher add more time for running (#994)
This commit is contained in:
parent
9fbdd1ca97
commit
24b785ef81
6 changed files with 10 additions and 8 deletions
|
|
@ -36,8 +36,8 @@ router = APIRouter()
|
|||
# Create traceroot logger for chat controller
|
||||
chat_logger = traceroot.get_logger("chat_controller")
|
||||
|
||||
# SSE timeout configuration (30 minutes in seconds)
|
||||
SSE_TIMEOUT_SECONDS = 30 * 60
|
||||
# SSE timeout configuration (60 minutes in seconds)
|
||||
SSE_TIMEOUT_SECONDS = 60 * 60
|
||||
|
||||
|
||||
async def _cleanup_task_lock_safe(task_lock, reason: str) -> bool:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue