mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
Rate Limiting - tweaked docs
This commit is contained in:
parent
a0f1d3ba72
commit
6d8b3adcf6
@ -471,7 +471,12 @@ There are two supported modes:
|
||||
* In-Memory
|
||||
* Redis
|
||||
|
||||
It is assumed that you have a Redis instance if you wan to use the functionality in multi node architecture.
|
||||
It is assumed that you have some Redis instance if you wan to use the functionality in multi node architecture.
|
||||
|
||||
To set up Rate Limiting in case of In-Memory mode edit your props file in next way:
|
||||
```
|
||||
use_consumer_limits_in_memory_mode=true
|
||||
```
|
||||
|
||||
We apply Rate Limiting for two type of access:
|
||||
* Authorized
|
||||
|
||||
Loading…
Reference in New Issue
Block a user