//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34014 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace HeuristicLab.Services.Hive.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); public static Settings Default { get { return defaultInstance; } } [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("00:03:00")] public global::System.TimeSpan SlaveHeartbeatTimeout { get { return ((global::System.TimeSpan)(this["SlaveHeartbeatTimeout"])); } } [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("00:05:30")] public global::System.TimeSpan CalculatingJobHeartbeatTimeout { get { return ((global::System.TimeSpan)(this["CalculatingJobHeartbeatTimeout"])); } } [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("00:15:00")] public global::System.TimeSpan TransferringJobHeartbeatTimeout { get { return ((global::System.TimeSpan)(this["TransferringJobHeartbeatTimeout"])); } } [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool TriggerEventManagerInHeartbeat { get { return ((bool)(this["TriggerEventManagerInHeartbeat"])); } } [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("00:03:00")] public global::System.TimeSpan CleanupInterval { get { return ((global::System.TimeSpan)(this["CleanupInterval"])); } } [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("3.00:00:00")] public global::System.TimeSpan SweepInterval { get { return ((global::System.TimeSpan)(this["SweepInterval"])); } } [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("00:00:20")] public global::System.TimeSpan SchedulingPatience { get { return ((global::System.TimeSpan)(this["SchedulingPatience"])); } } } }