diff options
author | Dave Parks <davep@lindenlab.com> | 2024-08-14 13:37:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-14 13:37:12 -0500 |
commit | a52ba692a1810cc8883e2a2229cc243f800720c8 (patch) | |
tree | cd043b840bdacdcb2d2486fdeebb369ffff65609 /indra/newview/llstartup.cpp | |
parent | b5e306f7d89e82984a37824a3640bd67a5c45d61 (diff) | |
parent | 0ee528c5fdfa8d49ebd43774853880f1b2e352d8 (diff) |
Merge pull request #2283 from RyeMutt/reduce-thread-contention
Reduce thread contention between main thread and asset fetch threads
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index b993ba16d5..7cefa21125 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1285,7 +1285,6 @@ bool idle_startup() // // Initialize classes w/graphics stuff. // - LLViewerStatsRecorder::instance(); // Since textures work in threads LLSurface::initClasses(); display_startup(); |