Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/07/11 17:08:36 (14 years ago)
Author:
cneumuel
Message:

#1260

  • added cancellation to HiveEngine
  • made HiveEngine more failproof for flaky connection to hive server
  • increased WCF message quotas to 300MB
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.ExperimentManager/3.3/f005pc.hagenberg.fhooe.at - app.config

    r5171 r5232  
    99      <netTcpBinding>
    1010        <binding name="ClientTcpStreamedEndpoint" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:30:00" sendTimeout="00:30:00" transactionFlow="false" transferMode="Streamed" transactionProtocol="OleTransactions" hostNameComparisonMode="StrongWildcard" listenBacklog="10" maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="314572800">
    11           <readerQuotas maxDepth="32" maxStringContentLength="104857600" maxArrayLength="104857600" maxBytesPerRead="104857600" maxNameTableCharCount="104857600"/>
     11          <readerQuotas maxDepth="32" maxStringContentLength="314572800" maxArrayLength="314572800" maxBytesPerRead="314572800" maxNameTableCharCount="314572800"/>
    1212          <reliableSession ordered="true" inactivityTimeout="00:30:00" enabled="false"/>
    1313          <security mode="TransportWithMessageCredential">
     
    1919      <wsHttpBinding>
    2020        <binding name="ClientHttpEndpoint" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:30:00" sendTimeout="00:30:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="314572800" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
    21           <readerQuotas maxDepth="32" maxStringContentLength="104857600" maxArrayLength="104857600" maxBytesPerRead="104857600" maxNameTableCharCount="104857600"/>
     21          <readerQuotas maxDepth="32" maxStringContentLength="314572800" maxArrayLength="314572800" maxBytesPerRead="314572800" maxNameTableCharCount="314572800"/>
    2222          <reliableSession ordered="true" inactivityTimeout="00:30:00" enabled="false"/>
    2323          <security mode="Message">
Note: See TracChangeset for help on using the changeset viewer.