Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/21/11 17:29:56 (13 years ago)
Author:
ascheibe
Message:

#1233

  • some Admin UI bugfixes

Slave:

  • fixed bug when Pause is called immediately after Calculate
  • send exceptions when something goes wrong in Pause or Stop
Location:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Properties/Settings.Designer.cs

    r6456 r6464  
    2626        [global::System.Configuration.UserScopedSettingAttribute()]
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("10")]
    29         public int HeartbeatInterval {
    30             get {
    31                 return ((int)(this["HeartbeatInterval"]));
     28        [global::System.Configuration.DefaultSettingValueAttribute("00:00:10")]
     29        public global::System.TimeSpan HeartbeatInterval {
     30            get {
     31                return ((global::System.TimeSpan)(this["HeartbeatInterval"]));
    3232            }
    3333            set {
     
    182182        [global::System.Configuration.UserScopedSettingAttribute()]
    183183        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    184         [global::System.Configuration.DefaultSettingValueAttribute("50")]
    185         public int DirOpSleepTime {
    186             get {
    187                 return ((int)(this["DirOpSleepTime"]));
     184        [global::System.Configuration.DefaultSettingValueAttribute("00:00:01")]
     185        public global::System.TimeSpan DirOpSleepTime {
     186            get {
     187                return ((global::System.TimeSpan)(this["DirOpSleepTime"]));
    188188            }
    189189            set {
     
    206206        [global::System.Configuration.UserScopedSettingAttribute()]
    207207        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    208         [global::System.Configuration.DefaultSettingValueAttribute("1000")]
    209         public int PluginDeletionTimeout {
    210             get {
    211                 return ((int)(this["PluginDeletionTimeout"]));
     208        [global::System.Configuration.DefaultSettingValueAttribute("00:00:01")]
     209        public global::System.TimeSpan PluginDeletionTimeout {
     210            get {
     211                return ((global::System.TimeSpan)(this["PluginDeletionTimeout"]));
    212212            }
    213213            set {
     
    218218        [global::System.Configuration.UserScopedSettingAttribute()]
    219219        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    220         [global::System.Configuration.DefaultSettingValueAttribute("45")]
    221         public int ExecutorSemTimeouts {
    222             get {
    223                 return ((int)(this["ExecutorSemTimeouts"]));
     220        [global::System.Configuration.DefaultSettingValueAttribute("00:00:46")]
     221        public global::System.TimeSpan ExecutorSemTimeouts {
     222            get {
     223                return ((global::System.TimeSpan)(this["ExecutorSemTimeouts"]));
    224224            }
    225225            set {
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Properties/Settings.settings

    r6456 r6464  
    33  <Profiles />
    44  <Settings>
    5     <Setting Name="HeartbeatInterval" Type="System.Int32" Scope="User">
    6       <Value Profile="(Default)">10</Value>
     5    <Setting Name="HeartbeatInterval" Type="System.TimeSpan" Scope="User">
     6      <Value Profile="(Default)">00:00:10</Value>
    77    </Setting>
    88    <Setting Name="LastUsedFileName" Type="System.String" Scope="User">
     
    4242      <Value Profile="(Default)">3</Value>
    4343    </Setting>
    44     <Setting Name="DirOpSleepTime" Type="System.Int32" Scope="User">
    45       <Value Profile="(Default)">50</Value>
     44    <Setting Name="DirOpSleepTime" Type="System.TimeSpan" Scope="User">
     45      <Value Profile="(Default)">00:00:01</Value>
    4646    </Setting>
    4747    <Setting Name="PluginDeletionRetries" Type="System.Int32" Scope="User">
    4848      <Value Profile="(Default)">5</Value>
    4949    </Setting>
    50     <Setting Name="PluginDeletionTimeout" Type="System.Int32" Scope="User">
    51       <Value Profile="(Default)">1000</Value>
     50    <Setting Name="PluginDeletionTimeout" Type="System.TimeSpan" Scope="User">
     51      <Value Profile="(Default)">00:00:01</Value>
    5252    </Setting>
    53     <Setting Name="ExecutorSemTimeouts" Type="System.Int32" Scope="User">
    54       <Value Profile="(Default)">45</Value>
     53    <Setting Name="ExecutorSemTimeouts" Type="System.TimeSpan" Scope="User">
     54      <Value Profile="(Default)">00:00:46</Value>
    5555    </Setting>
    5656    <Setting Name="QueuesMaxThreads" Type="System.Int32" Scope="User">
Note: See TracChangeset for help on using the changeset viewer.