Skip to content

Commit dfc7e1d

Browse files
committed
add drift server
1 parent 9297920 commit dfc7e1d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717
"require": {
1818
"php": "^7.4|^8.0",
1919
"ext-json": "*",
20-
"antidot-fw/react-framework": "^1.1.0",
20+
"antidot-fw/react-framework": "^1.1.1",
2121
"antidot-fw/antidot-react-psr15": "^0.0.1",
2222
"antidot-fw/fast-router-adapter": "^0.2.0",
2323
"antidot-fw/cli": "^1.1.0",
2424
"antidot-fw/container": "^0.1.0",
2525
"antidot-fw/dev-tools": "^0.1.2",
2626
"antidot-fw/event-dispatcher": "^2.0.3",
27-
"antidot-fw/framework": "^0.2.0",
2827
"antidot-fw/logger": "^1.1.0",
2928
"antidot-fw/symfony-config-translator": "^1.1.0",
3029
"antidot-fw/yaml-config-provider": "^0.1.0",

config/services/dependencies.prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ parameters:
2828
level: 400
2929
server:
3030
max_concurrency: 512
31-
buffer_size: 2097152
31+
buffer_size: 4096
3232
workers: 4

0 commit comments

Comments
 (0)