Skip to content

Commit a21df4f

Browse files
♻️ increase async retry timers
1 parent 3e6995e commit a21df4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mindee/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def enqueue_and_parse(
298298
endpoint: Optional[Endpoint] = None,
299299
initial_delay_sec: float = 2,
300300
delay_sec: float = 1.5,
301-
max_retries: int = 30,
301+
max_retries: int = 80,
302302
full_text: bool = False,
303303
) -> AsyncPredictResponse:
304304
"""

0 commit comments

Comments
 (0)