Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(backend): concurrently load messages for combined lists using child processes #1452

Merged
merged 2 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
"twbs/bootstrap": "^5.3",
"twbs/bootstrap-icons": "^1.11",
"webklex/composer-info": "^0.0.1",
"zbateson/mail-mime-parser": "^2.4"
"zbateson/mail-mime-parser": "^2.4",
"react/promise": "^3.2.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep this list alphabetically sorted

"react/async": "^4.3.0",
"react/child-process": "^0.6.6"
},
"require-dev": {
"phpunit/phpunit": "^10.5"
Expand Down
Loading
Loading