mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
BugZilla: 46630. Log buffer size
This commit is contained in:
parent
ae1a9d87ac
commit
6c627c4262
@ -134,7 +134,7 @@ static FILE *logFile = NULL;
|
||||
static PRFileDesc *logFile = 0;
|
||||
#endif
|
||||
|
||||
#define LINE_BUF_SIZE 200
|
||||
#define LINE_BUF_SIZE 512
|
||||
#define DEFAULT_BUF_SIZE 16384
|
||||
|
||||
#ifdef _PR_NEED_STRCASECMP
|
||||
|
Loading…
Reference in New Issue
Block a user