Changeset 2930 for vidalia/trunk

Show
Ignore:
Timestamp:
08/03/08 22:54:18 (4 months ago)
Author:
edmanm
Message:

Reduce the default number of messages to retain in the message log to 50
messages. Most people never look at the window and the extra 200 messages
just needlessly eat memory.

Location:
vidalia/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/CHANGELOG

    r2924 r2930  
     10.1.8   xx-xxx-2008 
     2  o Reduce the default number of messages to retain in the message log to 50 
     3    messages. Most people never look at the window and the extra 200 messages 
     4    just needlessly eat memory. 
     5 
     6 
    170.1.7   02-Aug-2008 
    28  o Handle spaces in the Tor version number we get from 'getinfo version' 
  • vidalia/trunk/src/vidalia/log/messagelog.cpp

    r2922 r2930  
    3333#define DEFAULT_MSG_FILTER \ 
    3434  (LogEvent::Error|LogEvent::Warn|LogEvent::Notice) 
    35 #define DEFAULT_MAX_MSG_COUNT       250 
    36 #define DEFAULT_ENABLE_LOGFILE     false 
     35#define DEFAULT_MAX_MSG_COUNT       50 
     36#define DEFAULT_ENABLE_LOGFILE      false 
    3737#if defined(Q_OS_WIN32) 
    3838