forked from phoenix/litellm-mirror
test: increase time before checking budget reset - avoid deadlocking
This commit is contained in:
parent
0273410310
commit
b9854a99d2
4 changed files with 5 additions and 4 deletions
|
@ -42,8 +42,8 @@ litellm_settings:
|
|||
request_timeout: 600
|
||||
general_settings:
|
||||
master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)
|
||||
proxy_budget_rescheduler_min_time: 10
|
||||
proxy_budget_rescheduler_max_time: 12
|
||||
proxy_budget_rescheduler_min_time: 60
|
||||
proxy_budget_rescheduler_max_time: 64
|
||||
# database_url: "postgresql://<user>:<password>@<host>:<port>/<dbname>" # [OPTIONAL] use for token-based auth to proxy
|
||||
|
||||
environment_variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue