We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81dba1 commit 4792173Copy full SHA for 4792173
1 file changed
examples/batch.py
@@ -22,7 +22,7 @@
22
23
MAX_ITEMS = 100 # Howy man lines to read from the input file. Set to 0 for unlimited
24
NUM_WORKERS = 3 # For 10 requests per second try 2-5
25
-REQUEST_TIMEOUT_SECONDS = 5 # For individual HTTP requests. Fefault is 1
+REQUEST_TIMEOUT_SECONDS = 5 # For individual HTTP requests. Default is 1
26
RETRY_MAX_TRIES = 10 # How often to retry if a HTTP request times out
27
RETRY_MAX_TIME = 60 # Limit in seconds for retries
28
SHOW_PROGRESS = True # Show progress bar
0 commit comments