You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(crowdsec): correct configuration key and cache key format
Changed ~CAPTCHA_EXPIRATION~ to ~CACHE_EXPIRATION~ in ~csmod.allowIp~ function. Updated cache key format in ~live_query~ function to include "decision_cache" prefix.
* fix(caching): correct cache key format in live_query function
Ensure the cache key format includes the "decision_cache/" prefix to prevent key conflicts and improve cache management.
* mark debug
* fix the test as well
0 commit comments