File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 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.
88## [ 0.33.0] ( https://github.com/crowdsecurity/php-cs-bouncer/releases/tag/v0.33.0 ) - 2022-11-10
99[ _ Compare with previous release_ ] ( https://github.com/crowdsecurity/php-cs-bouncer/compare/v0.32.0...v0.33.0 )
1010
11+ ### Changed
12+ - Do not use tags for ` memcached ` as it is discouraged
13+
1114### 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
1316
1417---
1518
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ class Constants
3232 public const BOUNCING_LEVEL_NORMAL = 'normal_bouncing ' ;
3333 /** @var int The duration we keep a bad IP in cache */
3434 public const CACHE_EXPIRATION_FOR_BAD_IP = 20 ;
35-
3635 /** @var int The duration we keep a captcha flow in cache */
3736 public const CACHE_EXPIRATION_FOR_CAPTCHA = 86400 ;
3837 /** @var int The duration we keep a clean IP in cache */
You can’t perform that action at this time.
0 commit comments