Changeset 6464 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Properties
- Timestamp:
- 06/21/11 17:29:56 (13 years ago)
- 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 26 26 [global::System.Configuration.UserScopedSettingAttribute()] 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 [global::System.Configuration.DefaultSettingValueAttribute(" 10")]29 public intHeartbeatInterval {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"])); 32 32 } 33 33 set { … … 182 182 [global::System.Configuration.UserScopedSettingAttribute()] 183 183 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 184 [global::System.Configuration.DefaultSettingValueAttribute(" 50")]185 public intDirOpSleepTime {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"])); 188 188 } 189 189 set { … … 206 206 [global::System.Configuration.UserScopedSettingAttribute()] 207 207 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 208 [global::System.Configuration.DefaultSettingValueAttribute(" 1000")]209 public intPluginDeletionTimeout {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"])); 212 212 } 213 213 set { … … 218 218 [global::System.Configuration.UserScopedSettingAttribute()] 219 219 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 220 [global::System.Configuration.DefaultSettingValueAttribute(" 45")]221 public intExecutorSemTimeouts {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"])); 224 224 } 225 225 set { -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Properties/Settings.settings
r6456 r6464 3 3 <Profiles /> 4 4 <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> 7 7 </Setting> 8 8 <Setting Name="LastUsedFileName" Type="System.String" Scope="User"> … … 42 42 <Value Profile="(Default)">3</Value> 43 43 </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> 46 46 </Setting> 47 47 <Setting Name="PluginDeletionRetries" Type="System.Int32" Scope="User"> 48 48 <Value Profile="(Default)">5</Value> 49 49 </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> 52 52 </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> 55 55 </Setting> 56 56 <Setting Name="QueuesMaxThreads" Type="System.Int32" Scope="User">
Note: See TracChangeset
for help on using the changeset viewer.