cache-handler icon indicating copy to clipboard operation
cache-handler copied to clipboard

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

Open winstxnhdw opened this issue 1 year ago • 0 comments

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
			}
		}
	}

winstxnhdw avatar Jun 09 '24 16:06 winstxnhdw