1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

double the amount of messages allowed in the message window - let's see what happens

This commit is contained in:
Mitchell Livingston 2009-10-11 16:29:06 +00:00
parent 1172f62803
commit 5feb9100df

View file

@ -31,7 +31,7 @@
#define LEVEL_DEBUG 2
#define UPDATE_SECONDS 0.6
#define MAX_MESSAGES 4000
#define MAX_MESSAGES 8000
@interface MessageWindowController (Private)