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:
parent
1172f62803
commit
5feb9100df
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#define LEVEL_DEBUG 2
|
||||
|
||||
#define UPDATE_SECONDS 0.6
|
||||
#define MAX_MESSAGES 4000
|
||||
#define MAX_MESSAGES 8000
|
||||
|
||||
@interface MessageWindowController (Private)
|
||||
|
||||
|
|
Loading…
Reference in a new issue