From 491ad2c29cd180bf47346b381d766bee8809a87a Mon Sep 17 00:00:00 2001 From: MrX292 <42774880+MrX292@users.noreply.github.com> Date: Mon, 11 Sep 2023 23:17:00 +0200 Subject: [PATCH] Update Configuration.md --- 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 ee5cd131a20..dd0020b486d 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.