Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/08/11 00:36:56 (13 years ago)
Author:
ascheibe
Message:

#1233
Don't call Clear() on ThreadSafeLog in log_MessageAdded.
This doesn't work with the changes made in r6536 (LockRecursionPolicy.SupportsRecursion).
Instead use maxLogCount of Core.Log to limit the number of log messages kept in memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Properties/Settings.Designer.cs

    r6464 r6546  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.225
     4//     Runtime Version:4.0.30319.235
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    275275            }
    276276        }
     277       
     278        [global::System.Configuration.UserScopedSettingAttribute()]
     279        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     280        [global::System.Configuration.DefaultSettingValueAttribute("1")]
     281        public int MaxLogCount {
     282            get {
     283                return ((int)(this["MaxLogCount"]));
     284            }
     285            set {
     286                this["MaxLogCount"] = value;
     287            }
     288        }
    277289    }
    278290}
Note: See TracChangeset for help on using the changeset viewer.