Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Oct 5, 2023
1 parent d81dba1 commit 4792173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

0 comments on commit 4792173

Please sign in to comment.