mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 02:22:54 +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:
co-authored by
Claude Opus 4.6
parent
fbad073a1f
commit
d049d35612
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user