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.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.