Skip to content

Commit

Permalink
fix invalid call
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Jul 28, 2024
1 parent ca21ea2 commit 1658c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Innmind\Framework\{
};
use Innmind\OperatingSystem\Config;

new class(Config::of()->maxHttpConcurrency(50)) extends Cli
new class(Config::of()->limitHttpConcurrencyTo(50)) extends Cli
{
protected function configure(Application $app): Application
{
Expand Down

0 comments on commit 1658c43

Please sign in to comment.