Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/06/11 16:37:12 (13 years ago)
Author:
ascheibe
Message:

#1233

  • updated server and client configuration files
  • removed outdated binaries
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Web/Hive-3.3/Web.config

    r6717 r6886  
    33  <configSections>
    44    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    5       <section name="HeuristicLab.Services.Hive.DataAccess.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
    6       <section name="HeuristicLab.Services.Hive.Common.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
     5      <section name="HeuristicLab.Services.Hive.DataAccess.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    76    </sectionGroup>
    87  </configSections>
     8   
    99  <appSettings>
    1010    <add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\TempImageFiles\;" />
    1111  </appSettings>
    1212  <applicationSettings>
    13     <HeuristicLab.Services.Hive.DataAccess.Settings>
    14       <!-- Timeout for long running database command (storing or loading jobData) -->
     13     <HeuristicLab.Services.Hive.DataAccess.Settings>
    1514      <setting name="LongRunningDatabaseCommandTimeout" serializeAs="String">
    16         <value>00:05:33</value>
     15        <value>00:05:00</value>
     16      </setting>
     17      <setting name="EventLogName" serializeAs="String">
     18        <value>HL.Hive</value>
    1719      </setting>
    1820    </HeuristicLab.Services.Hive.DataAccess.Settings>
    19     <HeuristicLab.Services.Hive.Common.Settings>
    20       <!-- If a slave does not send a heartbeat for this time, it is set offline which means all of its jobs are rescheduled -->
    21       <setting name="SlaveHeartbeatTimeout" serializeAs="String">
    22         <value>00:01:00</value>
    23       </setting>
    24       <!-- When a job is in state `Calculating` this is the maximum time it does not have to send heartbeats, otherwise its rescheduled -->
    25       <setting name="CalculatingJobHeartbeatTimeout" serializeAs="String">
    26         <value>00:05:30</value>
    27       </setting>
    28       <!-- When a job is in state `Transferring` this is the maximum time it does not have to send heartbeats, otherwise its rescheduled -->
    29       <setting name="TransferringJobHeartbeatTimeout" serializeAs="String">
    30         <value>00:05:30</value>
    31       </setting>
    32     </HeuristicLab.Services.Hive.Common.Settings>
    3321  </applicationSettings>
    3422  <connectionStrings>
    3523    <add name="HeuristicLab.Authentication" connectionString="data source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/>
     24   <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString"
     25      connectionString="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;"
     26      providerName="System.Data.SqlClient" />
    3627  </connectionStrings>
    3728  <system.web>
     
    6960      <wsHttpBinding>
    7061        <binding name="WSHttpBinding_IHiveService" receiveTimeout="00:10:00" sendTimeout="00:10:00" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647">
    71           <readerQuotas maxStringContentLength="2147483647" maxArrayLength="2147483647"/>
     62          <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
    7263          <security mode="Message">
    7364            <transport clientCredentialType="Certificate"/>
Note: See TracChangeset for help on using the changeset viewer.