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 b81c3b1 commit b71eedbCopy full SHA for b71eedb
connector/src/yang/connector/gnmi.py
@@ -305,7 +305,8 @@ def connect(self):
305
target = '{0}:{1}'.format(host, port)
306
307
options = [('grpc.max_receive_message_length', 1000000000),
308
- ('grpc.max_send_message_length', 1000000000)]
+ ('grpc.max_send_message_length', 1000000000)
309
+ ]
310
311
# Gather certificate settings
312
root = dev_args.get('root_certificate')
0 commit comments