Dziga Vertov
Dziga Vertov
Are there any plans to fix aiopg on PyPy?
Thanks for clarifying. I would like to set a separate log level for this module, but not sure if that's even possible.
@darkweak It might be worth adding some more high level configuration options. For example, I want to set Nuts to in-memory only and reduce the cache size to 128MB. To...
> By default it will keep the key indexes in RAM and the values are stored on the disk. FYI @darkweak, it looks like you [sanitize](https://github.com/darkweak/souin/blob/27cb6b7ea364022e56c0a1a6618e3f28ff5bd1f6/pkg/storage/nutsProvider.go#L54) the options passed to...
I have a very particular use-case. Sometimes for a given key, the backend will return a static, cacheable response. Sometimes for the same key, the backend will return a dynamic,...
CDNs acknowledge the [pitfalls](https://www.fastly.com/documentation/guides/concepts/edge-state/cache/request-collapsing/) of coalescing, even when enabled by default. Various solutions are very complicated, but the best one is to [disable](https://www.fastly.com/documentation/reference/vcl/variables/client-request/req-hash-ignore-busy/) it. > I'm wondering if the coalescing...
Thank you for looking at this @darkweak. I appreciate you spending the time. I don't use the Authorization header and I can't rearchitect an application to suit coalescing. I don't...
You legend. I will try it as soon as I can.
@darkweak Looks to be working. No more reused responses.