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

Optimize RPS #77

Merged
merged 12 commits into from
Jun 9, 2024
Merged

Optimize RPS #77

merged 12 commits into from
Jun 9, 2024

Conversation

javad-zobeidi
Copy link
Collaborator

Refactor and optimize the Controller handler
Refactor request handler
Refactor Request class
Add none to response type and await for res close
Refactor route handler
export database client
Add URL helper
Add assets helper

@javad-zobeidi javad-zobeidi merged commit bdc6542 into vania-dart:dev Jun 9, 2024
1 check passed
@@ -13,6 +13,7 @@ class DatabaseClient {
database = await MysqlDriver().init();
database?.connection.reconnectIfMissingConnection();
break;
case 'postgressql':

Choose a reason for hiding this comment

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

This is a typo and should not be promoted. It is better to at least log a warning so that this typo gets fixed by the developer.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants