Commit dec2035c authored by David Wiesner's avatar David Wiesner
Browse files

Maximum number of worker threads set to 16.

parent 2df6ebeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	
// *****************************************************************************