Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update max message size #3453

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MiXaiLL76
Copy link

Tornado is used to proxy web applications in Jupyter (https://github.com/jupyterhub/jupyter-server-proxy/blob/main/jupyter_server_proxy/websocket.py#L52).

Many applications use socket communication, and messages (for example, files) can be larger than 10MB.

Can we set the _default_max_message_size variable from ENV? For example, as I propose in this PR.

I also ask, is it possible to immediately change the default value to 1024 (1GB), as it has already been done in Jupyter or code-server?

Now the default value is 10MB (in my proposal, I carefully increased it to 100MB)

I came to this decision and PR thanks to this issue (coder/code-server#7139)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant