stupid wcf config
This commit is contained in:
parent
425d51c65c
commit
b78949ae46
@ -45,16 +45,16 @@
|
||||
<binding name="tcpBinding"
|
||||
sendTimeout="00:10:00"
|
||||
transferMode="Buffered"
|
||||
maxBufferSize="10000000"
|
||||
maxBufferPoolSize="40000000"
|
||||
maxReceivedMessageSize="1000000000">
|
||||
maxBufferSize="2147483647"
|
||||
maxBufferPoolSize="2147483647"
|
||||
maxReceivedMessageSize="2147483647">
|
||||
<readerQuotas
|
||||
maxDepth="32"
|
||||
maxStringContentLength="2147483647"
|
||||
maxArrayLength="2147483647"
|
||||
maxBytesPerRead="2147483647"
|
||||
maxNameTableCharCount="2147483647"/>
|
||||
<security mode="None">
|
||||
<security mode="Transport">
|
||||
<transport clientCredentialType="Windows"/>
|
||||
</security>
|
||||
</binding>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user