Skip to content

Commit

Permalink
Small change to rerun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Apr 26, 2024
1 parent 3448e7c commit ea09337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/PHP/kumbiaphp/server.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Adapterman\Adapterman;
use Workerman\Worker;

Adapterman::init();
Adapterman::init();

$http_worker = new Worker('http://0.0.0.0:8080');
$http_worker->count = (int) shell_exec('nproc') * 4;
Expand Down

0 comments on commit ea09337

Please sign in to comment.