Skip to content

Commit c770965

Browse files
committed
Increase data rate limit
1 parent 5894232 commit c770965

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/large-masks-brake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@e2b/code-interpreter-template': patch
3+
---
4+
5+
Increase data rate limit

template/jupyter_server_config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@
4545
# Whether to allow the user to run the server as root.
4646
# Default: False
4747
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

Comments
 (0)