mirror of
https://github.com/georgemandis/bubo-rss.git
synced 2024-11-09 13:34:22 +00:00
Fix typo de;ay -> delay (#8)
This commit is contained in:
parent
bbab21c0ca
commit
58fa8d0d47
@ -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:
|
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.
|
- `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:
|
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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user