SL-16202: Use large WorkQueue size limits for mainloop and General.
Give ThreadPool and WorkQueue the ability to override default ThreadSafeSchedule capacity. Instantiate "mainloop" WorkQueue and "General" ThreadPool with very large capacity because we never want to have to block trying to push to either.
Showing
- indra/llcommon/threadpool.cpp 2 additions, 2 deletionsindra/llcommon/threadpool.cpp
- indra/llcommon/threadpool.h 1 addition, 1 deletionindra/llcommon/threadpool.h
- indra/llcommon/workqueue.cpp 3 additions, 2 deletionsindra/llcommon/workqueue.cpp
- indra/llcommon/workqueue.h 1 addition, 1 deletionindra/llcommon/workqueue.h
- indra/newview/llappviewer.cpp 3 additions, 1 deletionindra/newview/llappviewer.cpp
- indra/newview/llstartup.cpp 3 additions, 1 deletionindra/newview/llstartup.cpp
Loading
Please register or sign in to comment