Show More
@@ -295,8 +295,8 b' class NotebookApp(BaseIPythonApplication):' | |||
|
295 | 295 | |
|
296 | 296 | kernel_argv = List(Unicode) |
|
297 | 297 | |
|
298 |
max_msg_size = Integer( |
|
|
299 | The max raw message size accepted from the browser | |
|
298 | max_msg_size = Integer(2**20, config=True, help=""" | |
|
299 | The max raw message size (in bytes) accepted from the browser | |
|
300 | 300 | over a WebSocket connection. |
|
301 | 301 | """) |
|
302 | 302 |
General Comments 0
You need to be logged in to leave comments.
Login now