We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e87a3c commit 36d5903Copy full SHA for 36d5903
src/SimpleApp.php
@@ -69,7 +69,7 @@ public function start()
69
}
70
71
});
72
- $this->count = shell_exec('nproc') ? shell_exec('nproc') - 2 : 12;
+ $this->count = shell_exec('nproc') ? shell_exec('nproc') - 1 : 12;
73
\Workerman\Worker::runAll();
74
75
0 commit comments