Results 131 comments of darkweak

Hey @DzigaV the logger verbosity is based on the caddy log_level 🙂

Hello @RobsonMi thank you for your feedback. First, this module is production ready because some people are using it in production. Second, nutsdb is production ready but badger is not...

@RobsonMi Thank you for the possible reproducible scenario. I will investigate on it tomorrow.

@RobsonMi I tried to reproduce without any success With the caddyfile ``` { order cache before rewrite cache { ttl 10s stale 3h default_cache_control public, s-maxage=10 api { debug prometheus...

Hello @Zerorigin, I can add more directive to enable/disable the key. Btw I could add a TTL and stale directive to the cache_key block to be able to override the...

@Zerorigin in the next release you'll be able to create your own key template. e.g. ``` key { template "{host}-something-constant-{method} other {query}" } ```

Hello @0xEmma, IMHO you may use the `max_body_bytes` directive to prevent these files from being cached.

Hello @Zerorigin we sould probably do something when that error appear. Clearing the db could be a good quick-win.