Changeset 7283 for trunk/sources/HeuristicLab.PluginInfrastructure
- Timestamp:
- 01/06/12 03:37:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/app.config
r4495 r7283 35 35 maxBufferPoolSize="524288" maxReceivedMessageSize="200000000" messageEncoding="Text" 36 36 textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false"> 37 <readerQuotas maxDepth="32" maxStringContentLength=" 32000" maxArrayLength="200000000"37 <readerQuotas maxDepth="32" maxStringContentLength="200000000" maxArrayLength="200000000" 38 38 maxBytesPerRead="4096" maxNameTableCharCount="16384" /> 39 39 <reliableSession ordered="true" inactivityTimeout="00:10:00" … … 52 52 maxBufferPoolSize="524288" maxReceivedMessageSize="200000000" messageEncoding="Text" 53 53 textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false"> 54 <readerQuotas maxDepth="32" maxStringContentLength=" 32000" maxArrayLength="200000000"54 <readerQuotas maxDepth="32" maxStringContentLength="200000000" maxArrayLength="200000000" 55 55 maxBytesPerRead="4096" maxNameTableCharCount="16384" /> 56 56 <reliableSession ordered="true" inactivityTimeout="00:10:00"
Note: See TracChangeset
for help on using the changeset viewer.