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;