We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154394f commit 9186f68Copy full SHA for 9186f68
eval_protocol/proxy/proxy_core/litellm.py
@@ -18,7 +18,7 @@
18
# Retry configuration for 404 errors
19
# 8 retries with exponential backoff (1, 2, 4, 8, 16, 32, 64, 128 seconds)
20
# Total wait time: ~255 seconds (~4.25 minutes)
21
-MAX_RETRIES_ON_404 = 8
+MAX_RETRIES_ON_404 = 9
22
RETRY_BASE_DELAY_SECONDS = 1
23
24
0 commit comments