Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/21/15 16:37:53 (9 years ago)
Author:
ascheibe
Message:

#2468 merged r12920 and r12960 into stable

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs

    r11932 r12964  
    11//------------------------------------------------------------------------------
    22// <auto-generated>
    3 //     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.34014
     3//     Dieser Code wurde von einem Tool generiert.
     4//     Laufzeitversion:4.0.30319.42000
    55//
    6 //     Changes to this file may cause incorrect behavior and will be lost if
    7 //     the code is regenerated.
     6//     Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
     7//     der Code erneut generiert wird.
    88// </auto-generated>
    99//------------------------------------------------------------------------------
     
    1313   
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
    1616    public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
     
    299299            }
    300300        }
     301       
     302        [global::System.Configuration.UserScopedSettingAttribute()]
     303        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     304        [global::System.Configuration.DefaultSettingValueAttribute("18: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        }
    301325    }
    302326}
  • stable/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings

    r11932 r12964  
    7272      <Value Profile="(Default)">00:00:40</Value>
    7373    </Setting>
     74    <Setting Name="CheckpointInterval" Type="System.TimeSpan" Scope="User">
     75      <Value Profile="(Default)">18:00:00</Value>
     76    </Setting>
     77    <Setting Name="CheckpointCheckInterval" Type="System.TimeSpan" Scope="User">
     78      <Value Profile="(Default)">00:05:00</Value>
     79    </Setting>
    7480  </Settings>
    7581</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.