mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
reduce ttil for update_request_status
This commit is contained in:
parent
9cb4f70a35
commit
bc7b3f28b9
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ class ProxyLogging:
|
|||
key="request_status:{}".format(litellm_call_id),
|
||||
value=status,
|
||||
local_only=True,
|
||||
ttl=3600,
|
||||
ttl=120,
|
||||
)
|
||||
|
||||
# The actual implementation of the function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue