Can increase the response size from 4MB #1698
Unanswered
Eshanatnight
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am building a apache arrow flight server. When I am querying the
do_get
endpoint, I am getting an errorError, message length too large: found 5605265 bytes, the limit is: 4194304 bytes
This is the code for the server.
even after updating the frame size, max_encoding_message_size, max_decoding_message_size. It still is giving me the same error.
Beta Was this translation helpful? Give feedback.
All reactions