Skip to content

Commit 102349e

Browse files
authored
Tiny fix http post does not follow max retries (#594)
1 parent 676a6ab commit 102349e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

slime/utils/http_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def _next_actor():
100100

101101

102102
async def _post(client, url, payload, max_retries=60):
103-
max_retries = 60
104103
retry_count = 0
105104
while retry_count < max_retries:
106105
try:

0 commit comments

Comments
 (0)