Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/09/11 12:50:36 (13 years ago)
Author:
ascheibe
Message:

#1233

  • increased send/receive timeout
  • renamed hive binding name
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/app_ascheibe.config

    r6008 r6167  
    44        <bindings>
    55          <wsHttpBinding>
    6             <binding name="wsHttpBinding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:10:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
     6            <binding name="wsHttpBinding_Hive" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:20:00" sendTimeout="00:20:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
    77              <readerQuotas maxDepth="32" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="4096" maxNameTableCharCount="2147483647"/>
    88              <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
     
    1717      <endpoint address="http://localhost/HiveService.svc"
    1818            binding="wsHttpBinding"
    19             bindingConfiguration="wsHttpBinding"
     19            bindingConfiguration="wsHttpBinding_Hive"
    2020            contract="HeuristicLab.Clients.Hive.IHiveService"
    2121            name="wsHttpBinding_IHiveService">
Note: See TracChangeset for help on using the changeset viewer.