darkweak
darkweak
Hey @mac-chaffee thank you for this feedback, I'll embark it in the PR #558.
@mac-chaffee the commit `07d53bf5856586e391da1020e0a59f72dcb52ced` should solve your issue: ``` xcaddy build --with github.com/darkweak/souin/plugins/caddy@07d53bf5856586e391da1020e0a59f72dcb52ced --with github.com/darkweak/souin@07d53bf5856586e391da1020e0a59f72dcb52ced ```
Hi @garraflavatra I thought everything was working when I implemented the `Range` support. So now, I'll fetch the entire response before storing it in the cache. Can you try this...
That’d be better to keep the actual behavior because it means the cache system will pull the entire resource even if the client ask for a one byte range. That's...
Hello @grishka, the default storage doesn't have any LRU eviction strategy. You should use another one that is production ready like `otter` for in memory or `go-redis` if you want...
Hey @aroransh96, sorry for this late answer I was working on other stuff. Here is a working example: ```yaml # Souin-configuration.yaml http: routers: jellyfin: rule: "Host(`jellyfin.local`)" entryPoints: - http middlewares:...
Hey @l-you do you have a reproducible repository? (Sorry for the long delay, I was busy on other stuff)
Hey @germanftorres I'm working on a way to reduce the number of mapping eviction and use another thing than the SCAN command.
I think that's the `registering mapping eviction and run every minutes to purge IDX_ keys`.
Hey, thank you @Galacs for your issue, I'll try to fix that asap.