Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed Aug 22, 2019
1 parent 9b397c0 commit 43375a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion phpunit.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,15 @@ public static function afterRequest(Request $request, Response $response): void
'RUN_MODEL' => SWOOLE_PROCESS,
'SETTING' => [
'worker_num' => 8,
'task_worker_num' => 8,
'reload_async' => true,
'task_enable_coroutine' => true,
'max_wait_time'=>3
],
'TASK'=>[
'workerNum'=>4,
'maxRunningNum'=>128,
'timeout'=>15
]
],
'TEMP_DIR' => null,
'LOG_DIR' => null
Expand Down

0 comments on commit 43375a0

Please sign in to comment.