Skip to content

Commit

Permalink
Optimize service response by preventing TDR retries on read (partial #…
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Sep 22, 2023
1 parent 73cb86a commit c4ac373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azul/terra.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def _request(self,
# from the pool are reused after a long period of idleness.
retry = urllib3.Retry(total=None,
connect=retries,
read=2,
read=0,
redirect=0,
status=0,
other=retries)
Expand Down

0 comments on commit c4ac373

Please sign in to comment.