From 7ccec3504f0da6fb7087ac69f61dd47a668b7e8c Mon Sep 17 00:00:00 2001 From: Kurt Thiemann Date: Mon, 13 Nov 2023 15:11:33 +0100 Subject: [PATCH] update default worker count --- src/Thanos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Thanos.php b/src/Thanos.php index 4a85a6a..b3d0cd2 100644 --- a/src/Thanos.php +++ b/src/Thanos.php @@ -21,7 +21,7 @@ class Thanos * @var int */ protected int $minInhabitedTime = 0; - protected int $defaultWorkerCount = 16; + protected int $defaultWorkerCount = 8; protected float $defaultTaskTimeout = 0; protected bool $removeUnknownChunks = false;