Skip to content

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

Merged
carltongibson merged 1 commit into
django:mainfrom
corvis:feat/devserver-websocket-config
Jul 21, 2026
Merged

Add ability to configure websocket message size when running as django dev server#581
carltongibson merged 1 commit into
django:mainfrom
corvis:feat/devserver-websocket-config

Conversation

@corvis

@corvis corvis commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

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

@carltongibson
carltongibson force-pushed the feat/devserver-websocket-config branch from 0cf8b13 to 1897bf7 Compare July 21, 2026 13:03

@carltongibson carltongibson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great. Thanks.

@carltongibson
carltongibson merged commit 389b9a7 into django:main Jul 21, 2026
11 checks passed
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

2 participants