Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/06/12 03:37:03 (12 years ago)
Author:
swagner
Message:

Increased maxStringContentLength in deployment services (#1742)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/app.config

    r4495 r7283  
    3535          maxBufferPoolSize="524288" maxReceivedMessageSize="200000000" messageEncoding="Text"
    3636          textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
    37           <readerQuotas maxDepth="32" maxStringContentLength="32000" maxArrayLength="200000000"
     37          <readerQuotas maxDepth="32" maxStringContentLength="200000000" maxArrayLength="200000000"
    3838            maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    3939          <reliableSession ordered="true" inactivityTimeout="00:10:00"
     
    5252          maxBufferPoolSize="524288" maxReceivedMessageSize="200000000" messageEncoding="Text"
    5353          textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
    54           <readerQuotas maxDepth="32" maxStringContentLength="32000" maxArrayLength="200000000"
     54          <readerQuotas maxDepth="32" maxStringContentLength="200000000" maxArrayLength="200000000"
    5555            maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    5656          <reliableSession ordered="true" inactivityTimeout="00:10:00"
Note: See TracChangeset for help on using the changeset viewer.