stupid wcf config

This commit is contained in:
Jonathan Jenne 2020-04-08 11:41:47 +02:00
parent 425d51c65c
commit b78949ae46

View File

@ -45,16 +45,16 @@
<binding name="tcpBinding" <binding name="tcpBinding"
sendTimeout="00:10:00" sendTimeout="00:10:00"
transferMode="Buffered" transferMode="Buffered"
maxBufferSize="10000000" maxBufferSize="2147483647"
maxBufferPoolSize="40000000" maxBufferPoolSize="2147483647"
maxReceivedMessageSize="1000000000"> maxReceivedMessageSize="2147483647">
<readerQuotas <readerQuotas
maxDepth="32" maxDepth="32"
maxStringContentLength="2147483647" maxStringContentLength="2147483647"
maxArrayLength="2147483647" maxArrayLength="2147483647"
maxBytesPerRead="2147483647" maxBytesPerRead="2147483647"
maxNameTableCharCount="2147483647"/> maxNameTableCharCount="2147483647"/>
<security mode="None"> <security mode="Transport">
<transport clientCredentialType="Windows"/> <transport clientCredentialType="Windows"/>
</security> </security>
</binding> </binding>