mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Track state is also stored in cache (#658)
This commit is contained in:
parent
b6ce502b14
commit
0fbc9a1c46
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ end
|
|||
|
||||
### Cache store configuration
|
||||
|
||||
Throttle, allow2ban and fail2ban state is stored in a configurable cache (which defaults to `Rails.cache` if present), presumably backed by memcached or redis ([at least gem v3.0.0](https://rubygems.org/gems/redis)).
|
||||
Throttle, track, allow2ban and fail2ban state is stored in a configurable cache (which defaults to `Rails.cache` if present), presumably backed by memcached or redis ([at least gem v3.0.0](https://rubygems.org/gems/redis)).
|
||||
|
||||
```ruby
|
||||
# This is the default
|
||||
|
|
|
|||
Loading…
Reference in a new issue