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
When I try to ingest a string of size > 128, I get a ERR query_error. Is this encoded anywhere? Couldn't find any details about that in protocol or in configuration.
PUSH messages user aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa "foo"
ERR query_error
The text was updated successfully, but these errors were encountered:
Object length should be kept within reasonable limits, eg. an UUID. I don't have access to the code right now, so I cannot tell, but object was designed for ID-like values, not strings.
When I try to ingest a string of size > 128, I get a
ERR query_error
. Is this encoded anywhere? Couldn't find any details about that in protocol or in configuration.The text was updated successfully, but these errors were encountered: