mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
[Fix] Drop unnecessary timeout param from get_async_httpx_client call
The default timeout (600s) from AsyncHTTPHandler is sufficient. Removes the explicit timeout param to keep the call simple. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fbad073a1f
commit
d049d35612
1 changed files with 0 additions and 1 deletions
|
|
@ -138,7 +138,6 @@ class FocusVantageDestination(FocusDestination):
|
|||
|
||||
client = get_async_httpx_client(
|
||||
llm_provider=httpxSpecialProvider.LoggingCallback,
|
||||
params={"timeout": 60.0},
|
||||
)
|
||||
|
||||
# Check both size and row-count limits before single-shot upload
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue