Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7190


Ignore:
Timestamp:
12/14/11 17:17:07 (12 years ago)
Author:
ascheibe
Message:

#1672

  • fixed a typo
  • increased transferring timeout
Location:
trunk/sources
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.designer.cs

    r7177 r7190  
    164164      this.groupBoxGenerel.TabIndex = 43;
    165165      this.groupBoxGenerel.TabStop = false;
    166       this.groupBoxGenerel.Text = "Generel";
     166      this.groupBoxGenerel.Text = "General";
    167167      //
    168168      // priorityComboBox
  • trunk/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.Designer.cs

    r7189 r7190  
    4444        [global::System.Configuration.ApplicationScopedSettingAttribute()]
    4545        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    46         [global::System.Configuration.DefaultSettingValueAttribute("00:05:30")]
     46        [global::System.Configuration.DefaultSettingValueAttribute("00:15:00")]
    4747        public global::System.TimeSpan TransferringJobHeartbeatTimeout {
    4848            get {
  • trunk/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.settings

    r7189 r7190  
    1010    </Setting>
    1111    <Setting Name="TransferringJobHeartbeatTimeout" Type="System.TimeSpan" Scope="Application">
    12       <Value Profile="(Default)">00:05:30</Value>
     12      <Value Profile="(Default)">00:15:00</Value>
    1313    </Setting>
    1414    <Setting Name="TriggerEventManagerInHeartbeat" Type="System.Boolean" Scope="Application">
  • trunk/sources/HeuristicLab.Services.Hive/3.3/app.config

    r7189 r7190  
    1515            </setting>
    1616            <setting name="TransferringJobHeartbeatTimeout" serializeAs="String">
    17                 <value>00:05:30</value>
     17                <value>00:15:00</value>
    1818            </setting>
    1919            <setting name="TriggerEventManagerInHeartbeat" serializeAs="String">
Note: See TracChangeset for help on using the changeset viewer.