From 0d13eec9a230a6d71ad8bd76d4c764a2f9d816d4 Mon Sep 17 00:00:00 2001 From: MrX292 <42774880+MrX292@users.noreply.github.com> Date: Tue, 12 Sep 2023 02:37:49 +0200 Subject: [PATCH] Update Configuration.md (#4108) --- ui/v2.5/src/docs/en/Manual/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/v2.5/src/docs/en/Manual/Configuration.md b/ui/v2.5/src/docs/en/Manual/Configuration.md index ee5cd131a..dd0020b48 100644 --- a/ui/v2.5/src/docs/en/Manual/Configuration.md +++ b/ui/v2.5/src/docs/en/Manual/Configuration.md @@ -81,7 +81,7 @@ These instructions are for existing users whose systems will be defaulted to use This setting controls how many sub-tasks will be run in parallel during scanning and generation tasks. (See Tasks) -Auto-detection can be enabled by setting this to zero. This will calculate the number of parallel tasks to be cpu_cores/4 + 1. +Auto-detection can be enabled by setting this to zero. This will calculate the number of parallel tasks to be logical cores/4 + 1. This setting can be used to increase/decrease overall CPU utilisation in two scenarios: 1) High performance 4+ core cpus.