- Timestamp:
- 05/02/12 19:41:52 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs
r7014 r7777 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 2394 // Runtime Version:4.0.30319.530 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 26 26 [global::System.Configuration.UserScopedSettingAttribute()] 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 [global::System.Configuration.DefaultSettingValueAttribute("00:00: 20")]28 [global::System.Configuration.DefaultSettingValueAttribute("00:00:40")] 29 29 public global::System.TimeSpan HeartbeatInterval { 30 30 get { … … 299 299 } 300 300 } 301 302 [global::System.Configuration.UserScopedSettingAttribute()] 303 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 304 [global::System.Configuration.DefaultSettingValueAttribute("-1")] 305 public int NrOfCoresToScavenge { 306 get { 307 return ((int)(this["NrOfCoresToScavenge"])); 308 } 309 set { 310 this["NrOfCoresToScavenge"] = value; 311 } 312 } 301 313 } 302 314 } -
trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings
r7014 r7777 4 4 <Settings> 5 5 <Setting Name="HeartbeatInterval" Type="System.TimeSpan" Scope="User"> 6 <Value Profile="(Default)">00:00: 20</Value>6 <Value Profile="(Default)">00:00:40</Value> 7 7 </Setting> 8 8 <Setting Name="LastUsedFileName" Type="System.String" Scope="User"> … … 72 72 <Value Profile="(Default)">00:00:20</Value> 73 73 </Setting> 74 <Setting Name="NrOfCoresToScavenge" Type="System.Int32" Scope="User"> 75 <Value Profile="(Default)">-1</Value> 76 </Setting> 74 77 </Settings> 75 78 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.