cache-handler
cache-handler copied to clipboard
Impossible to set value into Badger, Value with size 1048681 exceeded 1048576 limit
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
}
}
}