diff --git a/config/swoole_http.php b/config/swoole_http.php index 31f217c..809b0d9 100644 --- a/config/swoole_http.php +++ b/config/swoole_http.php @@ -74,10 +74,9 @@ | see:https://github.com/perftools/xhgui */ 'tracker' => [ - 'enable' => true, - // only support mongodb and file - 'handler' => 'mongodb', - 'filename' => function($url) { + 'enable' => false, + 'handler' => 'mongodb', // only support mongodb and file + 'filename' => function ($url) { $time = microtime(true); $url = substr(md5($url), 0, 6); return storage_path("tracker/xhgui.data.{$time}_{$url}"); @@ -136,7 +135,7 @@ |-------------------------------------------------------------------------- */ 'processes' => [ - FastLaravel\Http\Process\Crond::class => 'crond', + // FastLaravel\Http\Process\Crond::class => 'crond', ], /* diff --git a/fast-laravel b/fast-laravel new file mode 120000 index 0000000..c743d3e --- /dev/null +++ b/fast-laravel @@ -0,0 +1 @@ +/root/code/fast-laravel \ No newline at end of file