Make max_decoding_message_size
configurable
#609
Labels
S-feature
Severity: feature. This is adding a new feature.
max_decoding_message_size
configurable
#609
What problem are you trying to solve?
My application sends a large amount of data to tokio console and the default limit (4M) is too small.
It triggered the following error in tokio-console:
How should the problem be solved?
It would be nice to be able to specify max_decoding_message_size in command line (or through env var) so that it works with large data. I can add it if this sounds like a good idea.
Any alternatives you've considered?
I don't think there is another way.
How would users interact with this feature?
example:
Would you like to work on this feature?
yes
The text was updated successfully, but these errors were encountered: