From 5db238f3e3df54b11cf376d57d2cd89257b594f8 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 28 Oct 2022 11:13:46 -0400 Subject: thread: Bump max detectable CPU from 16 to 128 Lets take advantage of those beefy machines ;). Closes #40703 Signed-off-by: David Goulet --- changes/ticket40703 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket40703 (limited to 'changes') diff --git a/changes/ticket40703 b/changes/ticket40703 new file mode 100644 index 0000000000..f005f8f851 --- /dev/null +++ b/changes/ticket40703 @@ -0,0 +1,4 @@ + o Minor feature (performance): + - Bump the maximum amount of CPU to use from 16 to 128. Note that NumCPUs + torrc option overrides this hardcoded maximum. Fixes bug 40703; bugfix on + 0.3.5.1-alpha. -- cgit v1.2.3-54-g00ecf