From 58fa8d0d47b4e0bab768212b43bbb8965fa0ae1a Mon Sep 17 00:00:00 2001 From: Marko Vujanic Date: Wed, 6 Jul 2022 14:25:02 +0200 Subject: [PATCH] Fix typo de;ay -> delay (#8) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1fe509..fad99b0 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The engine: In the main `index.ts` file you will find two values that allow yout to batch and throttle your feed requests: - `MAX_CONNECTIONS` dictates the maximium number of requests a batch can have going at once. -- `DELAY_MS` dictates the amount of de;ay time between each batch. +- `DELAY_MS` dictates the amount of delay time between each batch. The default configuration is **no batching or throttling** beacuse `MAX_CONNECTIONS` is set to `Infinity`. If you wanted to change Bubo to only fetch one feed at a time every second you could set these values to: