Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/21/15 16:15:47 (9 years ago)
Author:
ascheibe
Message:

#2388 fixed a small bug and disabled performance logging

Location:
trunk/sources/HeuristicLab.Services.Hive/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.Designer.cs

    r12878 r12961  
    8989        [global::System.Configuration.ApplicationScopedSettingAttribute()]
    9090        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    91         [global::System.Configuration.DefaultSettingValueAttribute("True")]
     91        [global::System.Configuration.DefaultSettingValueAttribute("False")]
    9292        public bool ProfileServicePerformance {
    9393            get {
  • trunk/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.settings

    r12878 r12961  
    2525    </Setting>
    2626    <Setting Name="ProfileServicePerformance" Type="System.Boolean" Scope="Application">
    27       <Value Profile="(Default)">True</Value>
     27      <Value Profile="(Default)">False</Value>
    2828    </Setting>
    2929    <Setting Name="GenerateStatisticsInterval" Type="System.TimeSpan" Scope="Application">
  • trunk/sources/HeuristicLab.Services.Hive/3.3/app.config

    r12878 r12961  
    3030            </setting>
    3131            <setting name="ProfileServicePerformance" serializeAs="String">
    32                 <value>True</value>
     32                <value>False</value>
    3333            </setting>
    3434            <setting name="GenerateStatisticsInterval" serializeAs="String">
Note: See TracChangeset for help on using the changeset viewer.