diff options
| author | Euclid Linden <euclid@lindenlab.com> | 2021-12-15 22:12:26 +0000 |
|---|---|---|
| committer | Euclid Linden <euclid@lindenlab.com> | 2021-12-15 22:12:26 +0000 |
| commit | 23fc6ac098707830c219dd2d981af83f96c9714b (patch) | |
| tree | 014c480a7dc85ea6365a486984aa9667fb7a4dce /indra/newview/llappviewerwin32.cpp | |
| parent | 828e58432981e7c256618bd293f77906abaae699 (diff) | |
| parent | 0952086eeb937707d1470989579611a1966cafbe (diff) | |
Merged in DV546-merge-6.5.2 (pull request #814)
DRTVWR-546 merge up to 6.5.2
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
| -rw-r--r-- | indra/newview/llappviewerwin32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp index 8b14ed3ccf..a39ec7f51b 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -509,7 +509,7 @@ void LLAppViewerWin32::disableWinErrorReporting() } } -const S32 MAX_CONSOLE_LINES = 500; +const S32 MAX_CONSOLE_LINES = 7500; // Only defined in newer SDKs than we currently use #ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING #define ENABLE_VIRTUAL_TERMINAL_PROCESSING 4 |
