@@ -327,7 +327,7 @@ Refer to Section~\ref{sec:detector_models} for more information.
\item\parameter{performance_plots}: Enable the creation of performance plots showing the processing time required per event both for individual modules and the full module stack. Defaults to \texttt{false}.
\item\parameter{multithreading}: Enable multithreading for the framework. More information about multithreading can be found in Section~\ref{sec:multithreading}. Defaults to \texttt{true}.
\item\parameter{workers}: Specify the number of workers to use in total, should be strictly larger than zero. Only used if \parameter{multithreading} is set to true. Defaults to the number of native threads available on the system minus one, if this can be determined, otherwise one thread is used.
\item\parameter{buffer_per_worker}: Specify the buffer depth available per worker for buffered modules to cache partially processed events until execution in the correct order can be guaranteed (see Section~\ref{sec:multithreading_approach}). Defaults to 512.
\item\parameter{buffer_per_worker}: Specify the buffer depth available per worker for buffered modules to cache partially processed events until execution in the correct order can be guaranteed (see Section~\ref{sec:multithreading_approach}). Defaults to 256.