Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/27/15 14:52:42 (9 years ago)
Author:
jkarder
Message:

#2468: implemented checkpointing

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  
    299299            }
    300300        }
     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        }
    301325    }
    302326}
  • trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings

    r11651 r12920  
    7272      <Value Profile="(Default)">00:00:40</Value>
    7373    </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>
    7480  </Settings>
    7581</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.