Changeset 7190
- Timestamp:
- 12/14/11 17:17:07 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.designer.cs
r7177 r7190 164 164 this.groupBoxGenerel.TabIndex = 43; 165 165 this.groupBoxGenerel.TabStop = false; 166 this.groupBoxGenerel.Text = "Gener el";166 this.groupBoxGenerel.Text = "General"; 167 167 // 168 168 // priorityComboBox -
trunk/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.Designer.cs
r7189 r7190 44 44 [global::System.Configuration.ApplicationScopedSettingAttribute()] 45 45 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 46 [global::System.Configuration.DefaultSettingValueAttribute("00: 05:30")]46 [global::System.Configuration.DefaultSettingValueAttribute("00:15:00")] 47 47 public global::System.TimeSpan TransferringJobHeartbeatTimeout { 48 48 get { -
trunk/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.settings
r7189 r7190 10 10 </Setting> 11 11 <Setting Name="TransferringJobHeartbeatTimeout" Type="System.TimeSpan" Scope="Application"> 12 <Value Profile="(Default)">00: 05:30</Value>12 <Value Profile="(Default)">00:15:00</Value> 13 13 </Setting> 14 14 <Setting Name="TriggerEventManagerInHeartbeat" Type="System.Boolean" Scope="Application"> -
trunk/sources/HeuristicLab.Services.Hive/3.3/app.config
r7189 r7190 15 15 </setting> 16 16 <setting name="TransferringJobHeartbeatTimeout" serializeAs="String"> 17 <value>00: 05:30</value>17 <value>00:15:00</value> 18 18 </setting> 19 19 <setting name="TriggerEventManagerInHeartbeat" serializeAs="String">
Note: See TracChangeset
for help on using the changeset viewer.