Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/27/10 11:46:46 (14 years ago)
Author:
cneumuel
Message:

changed Slave.Core WCF-Proxy to stateless object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment/3.3/app.config

    r4333 r4337  
    3232            openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
    3333            transactionFlow="false" transferMode="Streamed" transactionProtocol="OleTransactions"
    34             hostNameComparisonMode="StrongWildcard" listenBacklog="100"
    35             maxBufferPoolSize="104857600" maxBufferSize="104857600" maxConnections="100"
     34            hostNameComparisonMode="StrongWildcard"
     35            maxBufferPoolSize="104857600" maxBufferSize="104857600"
    3636            maxReceivedMessageSize="104857600">
    3737          <readerQuotas maxDepth="32" maxStringContentLength="104857600" maxArrayLength="104857600"
     
    4747            openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    4848            transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
    49             hostNameComparisonMode="StrongWildcard" listenBacklog="100"
    50             maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="100"
     49            hostNameComparisonMode="StrongWildcard"
     50            maxBufferPoolSize="524288" maxBufferSize="65536"
    5151            maxReceivedMessageSize="65536">
    5252          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
Note: See TracChangeset for help on using the changeset viewer.