修改上报数据

This commit is contained in:
2023-08-16 13:35:57 +08:00
parent 82b2d4ff7a
commit 76661ed7b7
3 changed files with 9 additions and 25 deletions
+1
View File
@@ -37,6 +37,7 @@ return [
Constant::OPTION_MAX_REQUEST => 100000,
Constant::OPTION_SOCKET_BUFFER_SIZE => 2 * 1024 * 1024,
Constant::OPTION_BUFFER_OUTPUT_SIZE => 2 * 1024 * 1024,
Constant::OPTION_PACKAGE_MAX_LENGTH => 5 * 1024 * 1024,
],
'callbacks' => [
Event::ON_WORKER_START => [Hyperf\Framework\Bootstrap\WorkerStartCallback::class, 'onWorkerStart'],