We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8412f82 commit 02cb634Copy full SHA for 02cb634
qiita_client/qiita_client.py
@@ -32,7 +32,7 @@
32
# make the retries as small as posible
33
if logger.level == logging.DEBUG:
34
MAX_RETRIES = 1
35
- MIN_TIME_SLEEP = 1
+ MIN_TIME_SLEEP = 0
36
MAX_TIME_SLEEP = 2
37
else:
38
MAX_RETRIES = 3
0 commit comments