diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-09-27 21:23:49 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-09-27 21:23:49 +0100 |
commit | 502d37913d3df8abb4e8e103c446e24ded2996a6 (patch) | |
tree | 7543bf092b44a4e166f2c2f61a38e93450c0c24f /indra/newview/llappviewer.cpp | |
parent | ec16b30f3b178595cbad0c851a94300fd88afdf2 (diff) |
SL-15999 - noninteractive: debugging run issues, suppress AFK/Away pose
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index b6446e40ac..fb69f46bc5 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1559,7 +1559,7 @@ bool LLAppViewer::doFrame() if (gNonInteractive) { - S32 non_interactive_ms_sleep_time = 1000; + S32 non_interactive_ms_sleep_time = 100; LLAppViewer::getTextureCache()->pause(); LLAppViewer::getImageDecodeThread()->pause(); ms_sleep(non_interactive_ms_sleep_time); |