set logEntireMessage to false to prevent outofmemory exception when importing multiple large files
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<bindings>
|
||||
<netTcpBinding>
|
||||
<binding name="tcpBinding">
|
||||
<security mode="None">
|
||||
<security>
|
||||
<transport sslProtocols="None" />
|
||||
</security>
|
||||
</binding>
|
||||
@@ -37,7 +37,7 @@
|
||||
binding="netTcpBinding" bindingConfiguration="tcpBinding"
|
||||
contract="EDMIServiceReference.IEDMIService" name="tcpBinding">
|
||||
<identity>
|
||||
<dns value="localhost" />
|
||||
<servicePrincipalName value="host/sDD-VMP03-VM09.dd-san01.dd-gan.local.digitaldata.works" />
|
||||
</identity>
|
||||
</endpoint>
|
||||
</client>
|
||||
|
||||
Reference in New Issue
Block a user