eee
This commit is contained in:
@@ -117,7 +117,7 @@ class AsyncServer extends Component implements ServerInterface
|
||||
$settings[Constant::OPTION_DAEMONIZE] = (bool)$daemon;
|
||||
$settings[Constant::OPTION_ENABLE_REUSE_PORT] = true;
|
||||
$settings[Constant::OPTION_PID_FILE] = storage('.swoole.pid');
|
||||
if (!isset($settings[Constant::OPTION_PID_FILE])) {
|
||||
if (!isset($settings[Constant::OPTION_LOG_FILE])) {
|
||||
$settings[Constant::OPTION_LOG_FILE] = storage('system.log');
|
||||
}
|
||||
return $settings;
|
||||
|
||||
Reference in New Issue
Block a user