maxlerebourg / crowdsec-bouncer-traefik-plugin

Traefik plugin for Crowdsec - WAF and IP protection
Apache License 2.0
228 stars 11 forks source link

[Question] Is local cache realy a filesystem cache? #172

Closed trunneml closed 3 months ago

trunneml commented 4 months ago

The documentation says that the local cache uses the filesystem, but I can't the filesystem call in the code. As far as I understand github.com/leprosus/golang-ttl-map is a in memory map that is used as local cache. So is it possible that the documentation is wrong and the local cache is an in memory cache?

mathieuHa commented 3 months ago

Hello @trunneml,

You are right.

We will clarify that.