Rate Limiting - tweaked docs

This commit is contained in:
Marko Milić 2019-02-18 11:37:39 +01:00
parent a0f1d3ba72
commit 6d8b3adcf6

View File

@ -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