Free cookie consent management tool by TermsFeed Policy Generator

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

#1680: Changed HB interval to 30 sec

File:
1 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}
Note: See TracChangeset for help on using the changeset viewer.