forked from phoenix/litellm-mirror
Merge pull request #4681 from BerriAI/litellm_mem_usage
[Fix] Reduce Mem Usage - only set ttl for requests to 2 mins
This commit is contained in:
commit
cf5f11cc84
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ class ProxyLogging:
|
||||||
key="request_status:{}".format(litellm_call_id),
|
key="request_status:{}".format(litellm_call_id),
|
||||||
value=status,
|
value=status,
|
||||||
local_only=True,
|
local_only=True,
|
||||||
ttl=3600,
|
ttl=120,
|
||||||
)
|
)
|
||||||
|
|
||||||
# The actual implementation of the function
|
# The actual implementation of the function
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue