Skip to content

Commit

Permalink
feature: set thread count
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed May 8, 2024
1 parent a203bc8 commit 0cddb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cli/StartCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class StartCommand extends Command {
const DEFAULT_PORT = 8080;
const IGNORE_REGEX = "/(127\.0\.0\.1|localhost|\[[\d:]+\])"
.":\d+ (Accepted|Closing)/";
const DEFAULT_THREADS = 4;
const DEFAULT_THREADS = 8;

// phpcs:disable Generic.Metrics.CyclomaticComplexity
public function run(?ArgumentValueList $arguments = null):void {
Expand Down

0 comments on commit 0cddb5d

Please sign in to comment.