Skip to content

Commit b71eedb

Browse files
author
Parimi Bala Neeraja
committed
Updated file
1 parent b81c3b1 commit b71eedb

File tree

1 file changed

+2
-1
lines changed
  • connector/src/yang/connector

1 file changed

+2
-1
lines changed

connector/src/yang/connector/gnmi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ def connect(self):
305305
target = '{0}:{1}'.format(host, port)
306306

307307
options = [('grpc.max_receive_message_length', 1000000000),
308-
('grpc.max_send_message_length', 1000000000)]
308+
('grpc.max_send_message_length', 1000000000)
309+
]
309310

310311
# Gather certificate settings
311312
root = dev_args.get('root_certificate')

0 commit comments

Comments
 (0)