Skip to content

Commit 4792173

Browse files
committed
typo
1 parent d81dba1 commit 4792173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
MAX_ITEMS = 100 # Howy man lines to read from the input file. Set to 0 for unlimited
2424
NUM_WORKERS = 3 # For 10 requests per second try 2-5
25-
REQUEST_TIMEOUT_SECONDS = 5 # For individual HTTP requests. Fefault is 1
25+
REQUEST_TIMEOUT_SECONDS = 5 # For individual HTTP requests. Default is 1
2626
RETRY_MAX_TRIES = 10 # How often to retry if a HTTP request times out
2727
RETRY_MAX_TIME = 60 # Limit in seconds for retries
2828
SHOW_PROGRESS = True # Show progress bar

0 commit comments

Comments
 (0)