Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7283


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

Increased maxStringContentLength in deployment services (#1742)

Location:
trunk/sources
Files:
2 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"
  • trunk/sources/HeuristicLab.Services.Deployment/3.3/App.config

    r4494 r7283  
    8383      <wsHttpBinding>
    8484        <binding name="DefaultWsHttpBinding" maxBufferPoolSize="10000000" maxReceivedMessageSize="200000000">
    85           <readerQuotas maxDepth="1000" maxStringContentLength="16000" maxArrayLength="200000000" maxBytesPerRead="200000000" maxNameTableCharCount="16000" />
     85          <readerQuotas maxDepth="1000" maxStringContentLength="200000000" maxArrayLength="200000000" maxBytesPerRead="200000000" maxNameTableCharCount="16000" />
    8686          <security mode="Message">
    8787            <message clientCredentialType="UserName" />
Note: See TracChangeset for help on using the changeset viewer.