caddyserver / cache-handler

Distributed HTTP caching module for Caddy
Apache License 2.0
235 stars 17 forks source link

Impossible to set value into Badger, Value with size 1048681 exceeded 1048576 limit #84

Open winstxnhdw opened 3 weeks ago

winstxnhdw commented 3 weeks ago

Running into this error when the cache size gets too large. Is there a way to change this limit?

I have tried the following.

    cache {
        badger {
            configuration {
                ValueThreshold 16777216
                ValueLogFileSize 268435456
            }
        }
    }