mirror of
https://github.com/lightningequipment/circuitbreaker.git
synced 2026-08-13 12:33:02 +02:00
fix typo in README.md
This commit is contained in:
parent
f6c4a7d950
commit
c4f21d7ec9
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ and per-peer overrides can be configured via the web ui.
|
|||
* `queue`: Queue htlcs when limits are exceeded. Items are popped from the queue
|
||||
when the number of pending htlcs is below the maximum and the rate limit
|
||||
allows another forward. This mode penalizes upstream nodes for the bad traffic
|
||||
that the deliver by locking up liquidity along the route. This may push
|
||||
that they deliver by locking up liquidity along the route. This may push
|
||||
upstream nodes to install a firewall too and constrain the mishaving node.
|
||||
|
||||
Even in case of circuit breaker malfunction, queue mode should never cause
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue