Skip to content

Commit 74748b4

Browse files
author
Parimi Bala Neeraja
committed
Updated gnmi.pyfile
1 parent 120f519 commit 74748b4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

connector/src/yang/connector/gnmi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def connect(self):
304304
port = str(dev_args.get('port'))
305305
target = '{0}:{1}'.format(host, port)
306306

307-
options = [('grpc.max_receive_message_length', 1000000000)
307+
options = [('grpc.max_receive_message_length', 1000000000),
308308
('grpc.max_send_message_length', 1000000000)]
309309

310310
# Gather certificate settings

0 commit comments

Comments
 (0)