Skip to content

Commit 02cb634

Browse files
committed
MIN_TIME_SLEEP = 0
1 parent 8412f82 commit 02cb634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_client/qiita_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# make the retries as small as posible
3333
if logger.level == logging.DEBUG:
3434
MAX_RETRIES = 1
35-
MIN_TIME_SLEEP = 1
35+
MIN_TIME_SLEEP = 0
3636
MAX_TIME_SLEEP = 2
3737
else:
3838
MAX_RETRIES = 3

0 commit comments

Comments
 (0)