Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7414


Ignore:
Timestamp:
01/26/12 13:15:52 (12 years ago)
Author:
spimming
Message:

#1680: Changed HB interval to 30 sec

Location:
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs

    r7215 r7414  
    2626        [global::System.Configuration.UserScopedSettingAttribute()]
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("00:00:20")]
    29         public global::System.TimeSpan HeartbeatInterval {
    30             get {
    31                 return ((global::System.TimeSpan)(this["HeartbeatInterval"]));
    32             }
    33             set {
    34                 this["HeartbeatInterval"] = value;
    35             }
    36         }
    37        
    38         [global::System.Configuration.UserScopedSettingAttribute()]
    39         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    4028        [global::System.Configuration.DefaultSettingValueAttribute("lastUsed.dat")]
    4129        public string LastUsedFileName {
     
    311299            }
    312300        }
     301       
     302        [global::System.Configuration.UserScopedSettingAttribute()]
     303        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     304        [global::System.Configuration.DefaultSettingValueAttribute("00:00:30")]
     305        public global::System.TimeSpan HeartbeatInterval {
     306            get {
     307                return ((global::System.TimeSpan)(this["HeartbeatInterval"]));
     308            }
     309            set {
     310                this["HeartbeatInterval"] = value;
     311            }
     312        }
    313313    }
    314314}
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings

    r7215 r7414  
    33  <Profiles />
    44  <Settings>
    5     <Setting Name="HeartbeatInterval" Type="System.TimeSpan" Scope="User">
    6       <Value Profile="(Default)">00:00:20</Value>
    7     </Setting>
    85    <Setting Name="LastUsedFileName" Type="System.String" Scope="User">
    96      <Value Profile="(Default)">lastUsed.dat</Value>
     
    7572      <Value Profile="(Default)">Trace</Value>
    7673    </Setting>
     74    <Setting Name="HeartbeatInterval" Type="System.TimeSpan" Scope="User">
     75      <Value Profile="(Default)">00:00:30</Value>
     76    </Setting>
    7777  </Settings>
    7878</SettingsFile>
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave/3.3/app.config

    r7215 r7414  
    5050  <userSettings>
    5151    <HeuristicLab.Clients.Hive.SlaveCore.Properties.Settings>
    52       <setting name="HeartbeatInterval" serializeAs="String">
    53         <value>00:00:20</value>
    54       </setting>
    5552      <setting name="LastUsedFileName" serializeAs="String">
    5653        <value>lastUsed.dat</value>
     
    122119        <value>Trace</value>
    123120      </setting>
     121      <setting name="HeartbeatInterval" serializeAs="String">
     122        <value>00:00:30</value>
     123      </setting>
    124124    </HeuristicLab.Clients.Hive.SlaveCore.Properties.Settings>
    125125  </userSettings>
Note: See TracChangeset for help on using the changeset viewer.