We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5894232 commit c770965Copy full SHA for c770965
.changeset/large-masks-brake.md
@@ -0,0 +1,5 @@
1
+---
2
+'@e2b/code-interpreter-template': patch
3
4
+
5
+Increase data rate limit
template/jupyter_server_config.py
@@ -45,3 +45,7 @@
45
# Whether to allow the user to run the server as root.
46
# Default: False
47
c.ServerApp.allow_root = True
48
49
+# (bytes/sec) Maximum rate at which messages can be sent on iopub before they are limited.
50
+# Default: 1000000
51
+c.ServerApp.iopub_data_rate_limit = 1000000000
0 commit comments