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 120f519 commit 74748b4Copy full SHA for 74748b4
connector/src/yang/connector/gnmi.py
@@ -304,7 +304,7 @@ def connect(self):
304
port = str(dev_args.get('port'))
305
target = '{0}:{1}'.format(host, port)
306
307
- options = [('grpc.max_receive_message_length', 1000000000)
+ options = [('grpc.max_receive_message_length', 1000000000),
308
('grpc.max_send_message_length', 1000000000)]
309
310
# Gather certificate settings
0 commit comments