You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened
We are uisng ImmuDB embedded store as our local data store. The value mapped to the key more than 4Kb (approximately 1023Kb).
Even though changing the maxValueLen in the options got from store.DefaultOptions() and using that options to open the store, the maxVauleLen is not changed to new value and throws the error "2023/11/08 22:25:11 max value length exceeded"
What happened We are uisng ImmuDB embedded store as our local data store. The value mapped to the key more than 4Kb (approximately 1023Kb). Even though changing the maxValueLen in the options got from store.DefaultOptions() and using that options to open the store, the maxVauleLen is not changed to new value and throws the error "2023/11/08 22:25:11 max value length exceeded"
What happened
We are uisng ImmuDB embedded store as our local data store. The value mapped to the key more than 4Kb (approximately 1023Kb).
Even though changing the maxValueLen in the options got from store.DefaultOptions() and using that options to open the store, the maxVauleLen is not changed to new value and throws the error "2023/11/08 22:25:11 max value length exceeded"
code snippet:
What you expected to happen
I expect, the maxValueLen of the Store should have new value 10485760
How to reproduce it (as minimally and precisely as possible)
Environment
immudb: v1.5.0
The text was updated successfully, but these errors were encountered: