- Timestamp:
- 08/27/15 14:52:42 (9 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
r11651 r12920 299 299 } 300 300 } 301 302 [global::System.Configuration.UserScopedSettingAttribute()] 303 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 304 [global::System.Configuration.DefaultSettingValueAttribute("10:00:00")] 305 public global::System.TimeSpan CheckpointInterval { 306 get { 307 return ((global::System.TimeSpan)(this["CheckpointInterval"])); 308 } 309 set { 310 this["CheckpointInterval"] = value; 311 } 312 } 313 314 [global::System.Configuration.UserScopedSettingAttribute()] 315 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 316 [global::System.Configuration.DefaultSettingValueAttribute("00:05:00")] 317 public global::System.TimeSpan CheckpointCheckInterval { 318 get { 319 return ((global::System.TimeSpan)(this["CheckpointCheckInterval"])); 320 } 321 set { 322 this["CheckpointCheckInterval"] = value; 323 } 324 } 301 325 } 302 326 } -
trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings
r11651 r12920 72 72 <Value Profile="(Default)">00:00:40</Value> 73 73 </Setting> 74 <Setting Name="CheckpointInterval" Type="System.TimeSpan" Scope="User"> 75 <Value Profile="(Default)">10:00:00</Value> 76 </Setting> 77 <Setting Name="CheckpointCheckInterval" Type="System.TimeSpan" Scope="User"> 78 <Value Profile="(Default)">00:05:00</Value> 79 </Setting> 74 80 </Settings> 75 81 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.