We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// swoole server的reactor数量 'reactor_num' => 2, // swoole server的worker数量 'worker_num' => 4, // swoole server的task worker数量 'task_worker_num' => 50,
这是我连接线没自动断开吗?导致msf连接数据库超时吗?
The text was updated successfully, but these errors were encountered:
php-msf-demo里面的config/server.php有一个协程超时时间配置。
config/server.php
$config['coroutine']['timeout'] = 5000;
你可以加大试试。
Sorry, something went wrong.
No branches or pull requests
// swoole server的reactor数量
'reactor_num' => 2,
// swoole server的worker数量
'worker_num' => 4,
// swoole server的task worker数量
'task_worker_num' => 50,
这是我连接线没自动断开吗?导致msf连接数据库超时吗?
The text was updated successfully, but these errors were encountered: