From 5feb9100dfafce83e9f9458bd2d3aa1c6891f465 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 11 Oct 2009 16:29:06 +0000 Subject: [PATCH] double the amount of messages allowed in the message window - let's see what happens --- macosx/MessageWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/MessageWindowController.m b/macosx/MessageWindowController.m index 7760d0281..5b66cf741 100644 --- a/macosx/MessageWindowController.m +++ b/macosx/MessageWindowController.m @@ -31,7 +31,7 @@ #define LEVEL_DEBUG 2 #define UPDATE_SECONDS 0.6 -#define MAX_MESSAGES 4000 +#define MAX_MESSAGES 8000 @interface MessageWindowController (Private)