Skip to content

Add ability to configure websocket message size when running as django dev server#581

Open
corvis wants to merge 2 commits into
django:mainfrom
corvis:feat/devserver-websocket-config
Open

Add ability to configure websocket message size when running as django dev server#581
corvis wants to merge 2 commits into
django:mainfrom
corvis:feat/devserver-websocket-config

Conversation

@corvis

@corvis corvis commented Jun 4, 2026

Copy link
Copy Markdown

Adds ability to configure websocket-max-message-size and websocket-max-frame-size when running as a django devserver (manage.py runserver). Can be configured either via cli argument or django setting.

Fixes #580

@corvis corvis force-pushed the feat/devserver-websocket-config branch from f1551ec to 05822b9 Compare June 4, 2026 21:00
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.

Now way to extend max message size limit in dev mode

1 participant