Skip to content

Commit

Permalink
MAX_TIME_SLEEP = 360
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Aug 13, 2024
1 parent 02cb634 commit 9bb14da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qiita_client/qiita_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
# make the retries as small as posible
if logger.level == logging.DEBUG:
MAX_RETRIES = 1
MIN_TIME_SLEEP = 0
MAX_TIME_SLEEP = 2
MIN_TIME_SLEEP = 1
MAX_TIME_SLEEP = 3
else:
MAX_RETRIES = 3
MIN_TIME_SLEEP = 180
MAX_TIME_SLEEP = 3
MAX_TIME_SLEEP = 360
BLANK_FILE_THRESHOLD = 100


Expand Down

0 comments on commit 9bb14da

Please sign in to comment.