Loading src/scheduler.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1065,7 +1065,7 @@ void Scheduler<MV, PV>::Run_st(const size_t noFrames) // *** multi-threading parameters ********************************************** // limit maximum number of worker threads const size_t maxThreads_st = SIZE_MAX; const size_t maxThreads_st = 16; // ***************************************************************************** Loading Loading
src/scheduler.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1065,7 +1065,7 @@ void Scheduler<MV, PV>::Run_st(const size_t noFrames) // *** multi-threading parameters ********************************************** // limit maximum number of worker threads const size_t maxThreads_st = SIZE_MAX; const size_t maxThreads_st = 16; // ***************************************************************************** Loading