Skip to content

Commit

Permalink
Increase transport quotas to handle large WoT files.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Feb 29, 2024
1 parent 9cb4415 commit 3f0a787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ua.Edge.Translator.Config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<OperationTimeout>1200000</OperationTimeout>
<MaxStringLength>1048576</MaxStringLength>
<MaxByteStringLength>1048576</MaxByteStringLength>
<MaxArrayLength>65535</MaxArrayLength>
<MaxArrayLength>1048576</MaxArrayLength>
<MaxMessageSize>4194304</MaxMessageSize>
<MaxBufferSize>65535</MaxBufferSize>
<ChannelLifetime>600000</ChannelLifetime>
Expand Down

0 comments on commit 3f0a787

Please sign in to comment.