Skip to content

Commit

Permalink
update default worker count
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Nov 13, 2023
1 parent f3564c8 commit 7ccec35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Thanos.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7ccec35

Please sign in to comment.