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
I saw a few people on discord running into the region size limit for values (MAX_LENGTH_DB_VALUE).
Maybe it makes sense to map this to an easier to understand error in do_db_write.
Something like: "Value too big. Tried to write {} bytes, limit {}"
The text was updated successfully, but these errors were encountered:
I saw a few people on discord running into the region size limit for values (
MAX_LENGTH_DB_VALUE
).Maybe it makes sense to map this to an easier to understand error in
do_db_write
.Something like:
"Value too big. Tried to write {} bytes, limit {}"
The text was updated successfully, but these errors were encountered: