Changeset 12961 for trunk/sources/HeuristicLab.Services.Hive/3.3/Properties
- Timestamp:
- 09/21/15 16:15:47 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.Services.Hive/3.3/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.Designer.cs
r12878 r12961 89 89 [global::System.Configuration.ApplicationScopedSettingAttribute()] 90 90 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 91 [global::System.Configuration.DefaultSettingValueAttribute(" True")]91 [global::System.Configuration.DefaultSettingValueAttribute("False")] 92 92 public bool ProfileServicePerformance { 93 93 get { -
trunk/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.settings
r12878 r12961 25 25 </Setting> 26 26 <Setting Name="ProfileServicePerformance" Type="System.Boolean" Scope="Application"> 27 <Value Profile="(Default)"> True</Value>27 <Value Profile="(Default)">False</Value> 28 28 </Setting> 29 29 <Setting Name="GenerateStatisticsInterval" Type="System.TimeSpan" Scope="Application">
Note: See TracChangeset
for help on using the changeset viewer.