From 4792173832e3b88b25aad95488c83c725fbb13be Mon Sep 17 00:00:00 2001 From: Marc Tobias Date: Thu, 5 Oct 2023 12:36:20 +0100 Subject: [PATCH] typo --- examples/batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/batch.py b/examples/batch.py index 7cde52f..b750fbf 100755 --- a/examples/batch.py +++ b/examples/batch.py @@ -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