|
@@ -27,5 +27,5 @@ return [
|
|
'status_file' => runtime_path() . '/webman.status',
|
|
'status_file' => runtime_path() . '/webman.status',
|
|
'stdout_file' => runtime_path() . '/logs/stdout.log',
|
|
'stdout_file' => runtime_path() . '/logs/stdout.log',
|
|
'log_file' => runtime_path() . '/logs/workerman.log',
|
|
'log_file' => runtime_path() . '/logs/workerman.log',
|
|
- 'max_package_size' => 10 * 1024 * 1024
|
|
|
|
|
|
+ 'max_package_size' => 100 * 1024 * 1024
|
|
];
|
|
];
|