File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
## [ 0.33.0] ( https://github.com/crowdsecurity/php-cs-bouncer/releases/tag/v0.33.0 ) - 2022-11-10
9
9
[ _ Compare with previous release_ ] ( https://github.com/crowdsecurity/php-cs-bouncer/compare/v0.32.0...v0.33.0 )
10
10
11
+ ### Changed
12
+ - Do not use tags for ` memcached ` as it is discouraged
13
+
11
14
### Fixed
12
- - In stream mode, a clean IP decision (` bypass ` ) was not cached at all. The decision is now cached for ten years as expected.
15
+ - In stream mode, a clean IP decision (` bypass ` ) was not cached at all. The decision is now cached for ten years as expected
13
16
14
17
---
15
18
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ class Constants
32
32
public const BOUNCING_LEVEL_NORMAL = 'normal_bouncing ' ;
33
33
/** @var int The duration we keep a bad IP in cache */
34
34
public const CACHE_EXPIRATION_FOR_BAD_IP = 20 ;
35
-
36
35
/** @var int The duration we keep a captcha flow in cache */
37
36
public const CACHE_EXPIRATION_FOR_CAPTCHA = 86400 ;
38
37
/** @var int The duration we keep a clean IP in cache */
You can’t perform that action at this time.
0 commit comments