Skip to content

Commit 00c40b0

Browse files
author
Parimi Bala Neeraja
committed
Added attributes in setting file
1 parent b71eedb commit 00c40b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

connector/src/yang/connector/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ def __init__(self, *args, **kwargs):
88
self.NETCONF_SCREEN_LOGGING_MAX_LINES = 40
99
# Enable XML formatting by default
1010
self.NETCONF_LOGGING_FORMAT_XML = True
11+
# Default receive message length
12+
GRPC_MAX_RECEIVE_MESSAGE_LENGTH = 1000000000
13+
# Default send message length
14+
GRPC_MAX_SEND_MESSAGE_LENGTH = 1000000000

0 commit comments

Comments
 (0)