diff options
author | Callum Prentice <callum@gmail.com> | 2020-09-11 10:00:17 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2020-09-11 10:00:17 -0700 |
commit | 8c289ec126edf510a542c86e4c9df1787a37acb6 (patch) | |
tree | dfe5c9811c0b6b4e3aa3ad21dbb17c259814adc4 /indra/newview/llappviewerwin32.cpp | |
parent | e8b31d03b4f6f0ffb981b4ea150743daf7b4a958 (diff) |
Effective rename of DRTVWR-506-simple since there is no way to rename a branch. Cloned canonical viewer into DRTVWR-519, copied over the files that changed from DRTVWR-506-simple and pushed back. Once I am satisfied everything is correct, DRTVWR-506-simple will be removed
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 156a1c5893..1c9f3af1e6 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -499,7 +499,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 |