mirror of
https://github.com/lsky-org/lsky-pro.git
synced 2025-01-07 03:16:46 +08:00
update configs
This commit is contained in:
parent
e526d0b4c8
commit
6edee6b783
@ -34,8 +34,7 @@
|
||||
"nunomaduro/collision": "^6.1",
|
||||
"phpunit/phpunit": "^9.5.10",
|
||||
"spatie/laravel-ignition": "^1.0",
|
||||
"barryvdh/laravel-debugbar": "^3.6",
|
||||
"swoole/ide-helper": "^4.8"
|
||||
"barryvdh/laravel-debugbar": "^3.6"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
44
composer.lock
generated
44
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "d1524f2c2ad8af9f115774390b8abcde",
|
||||
"content-hash": "611dd24a26159f4429cb23742e3ba089",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adbario/php-dot-notation",
|
||||
@ -10779,48 +10779,6 @@
|
||||
],
|
||||
"time": "2022-03-11T14:19:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "swoole/ide-helper",
|
||||
"version": "4.8.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/swoole/ide-helper.git",
|
||||
"reference": "62d306dcfdb7c2cd21768386955af9de387163f9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/swoole/ide-helper/zipball/62d306dcfdb7c2cd21768386955af9de387163f9",
|
||||
"reference": "62d306dcfdb7c2cd21768386955af9de387163f9",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "library",
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"Apache-2.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Team Swoole",
|
||||
"email": "team@swoole.com"
|
||||
}
|
||||
],
|
||||
"description": "IDE help files for Swoole.",
|
||||
"support": {
|
||||
"issues": "https://github.com/swoole/ide-helper/issues",
|
||||
"source": "https://github.com/swoole/ide-helper/tree/4.8.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://gitee.com/swoole/swoole?donate=true",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/swoole",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2022-02-23T01:04:01+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/debug",
|
||||
"version": "v4.4.37",
|
||||
|
@ -229,9 +229,9 @@ return [
|
||||
*/
|
||||
'swoole' => [
|
||||
'options' => [
|
||||
Constant::OPTION_MAX_REQUEST => env('SWOOLE_MAX_REQUEST', 100000),
|
||||
Constant::OPTION_PACKAGE_MAX_LENGTH => env('SWOOLE_PACKAGE_MAX_LENGTH', 50) * 1024 * 1024,
|
||||
Constant::OPTION_BUFFER_OUTPUT_SIZE => env('SWOOLE_BUFFER_OUTPUT_SIZE', 50) * 1024 * 1024,
|
||||
'max_request' => env('SWOOLE_MAX_REQUEST', 100000),
|
||||
'package_max_length' => env('SWOOLE_PACKAGE_MAX_LENGTH', 50) * 1024 * 1024,
|
||||
'buffer_output_size' => env('SWOOLE_BUFFER_OUTPUT_SIZE', 50) * 1024 * 1024,
|
||||
]
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user