Skip to content

Commit 588863a

Browse files
committed
Remove 0 copy threshold
1 parent 72eaab2 commit 588863a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CP5/active_plugins/cpforeign/bioimage_server.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"source": [
4949
"context = zmq.Context()\n",
5050
"socket = context.socket(zmq.PAIR)\n",
51-
"socket.copy_threshold = 0\n",
51+
"#socket.copy_threshold = 0\n",
5252
"b = socket.bind(SOCKET_ADDR)\n",
5353
"b"
5454
]

0 commit comments

Comments
 (0)