update to 2.5.7 (build 425)

This commit is contained in:
crazywhalecc
2021-11-03 23:26:43 +08:00
parent d3c420ec84
commit 293740fee2
6 changed files with 39 additions and 14 deletions

View File

@@ -39,10 +39,7 @@ $config['swoole'] = [
$config['runtime'] = [
'swoole_coroutine_hook_flags' => SWOOLE_HOOK_ALL & (~SWOOLE_HOOK_CURL),
'swoole_server_mode' => SWOOLE_PROCESS,
'middleware_error_policy' => 1,
'reload_kill_connect' => false,
'global_middleware_binding' => [
]
'middleware_error_policy' => 1
];
/** 轻量字符串缓存,默认开启 */
@@ -123,8 +120,7 @@ $config['static_file_server'] = [
$config['onebot'] = [
'status' => true,
'single_bot_mode' => false,
'message_level' => 99,
'message_format' => 'string'
'message_level' => 99
];
/** 一个远程简易终端使用nc直接连接即可但是不建议开放host为0.0.0.0(远程连接) */