Skip to content

Commit

Permalink
remove the short async timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieJCJ committed Dec 4, 2024
1 parent 5cf2c7f commit 2e0ac2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ async def process_requests_from_file(
)
)
pending_retries.append(task)
await asyncio.sleep(0.1) # Allow other tasks to run

# Wait for all retry tasks to complete
if pending_retries:
Expand Down

0 comments on commit 2e0ac2c

Please sign in to comment.