Skip to content

Commit

Permalink
revert retries to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjishnu committed Jun 8, 2024
1 parent 3934805 commit 3619afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def new_url_gen():
remote_url,
path,
20,
retries=0,
retries=3,
mirror_func=new_url_gen,
block=False,
display=False,
Expand Down

0 comments on commit 3619afc

Please sign in to comment.