Skip to content

Commit

Permalink
♻️ increase async retry timers (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored Jan 9, 2025
1 parent 3e6995e commit bfb73cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mindee/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def enqueue_and_parse(
endpoint: Optional[Endpoint] = None,
initial_delay_sec: float = 2,
delay_sec: float = 1.5,
max_retries: int = 30,
max_retries: int = 80,
full_text: bool = False,
) -> AsyncPredictResponse:
"""
Expand Down

0 comments on commit bfb73cf

Please sign in to comment.