mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
fix bugs
This commit is contained in:
@@ -35,7 +35,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'server' => env('OCTANE_SERVER', 'swoole'),
|
||||
'server' => env('OCTANE_SERVER', 'roadrunner'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -74,11 +74,11 @@ return [
|
||||
],
|
||||
|
||||
RequestHandled::class => [
|
||||
//
|
||||
|
||||
],
|
||||
|
||||
RequestTerminated::class => [
|
||||
//
|
||||
|
||||
],
|
||||
|
||||
TaskReceived::class => [
|
||||
|
||||
Reference in New Issue
Block a user