enh: tool server data timeout

This commit is contained in:
Timothy Jaeryang Baek
2025-04-10 10:23:14 -07:00
parent 23dcae7054
commit fb0ee1329d
2 changed files with 8 additions and 1 deletions

View File

@@ -422,6 +422,11 @@ else:
except Exception:
AIOHTTP_CLIENT_TIMEOUT_MODEL_LIST = 10
AIOHTTP_CLIENT_TIMEOUT_TOOL_SERVER_DATA = os.environ.get(
"AIOHTTP_CLIENT_TIMEOUT_TOOL_SERVER_DATA", "10"
)
####################################
# OFFLINE_MODE
####################################