Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patduin committed Apr 12, 2024
1 parent 20fce13 commit 87122cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waggle-dance-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ The next example assumes a Redis Replicated Server is running using SSL and `aut
Timeouts and retry are set lower then default to impact the Waggle Dance service.
The maximum latency this solution will add to a request in the following scenarios is:
1. Redis server down:
* Latency will be in low ms as `retryAttemps: 0`, the connection will immediately fail.
* Latency will be in low ms as `retryAttemps: 0`, the connection will immediately fail.
2. Redis server slow:
* Latency will be max `timeout: 1000` ms
* Latency will be max `timeout: 1000` ms

Waggle Dance is configured to allow all request in case of Rate Limiting Server failures.

Expand Down

0 comments on commit 87122cd

Please sign in to comment.