-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(cubesql): Introduce max sessions limit #8616
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 8 Skipped Deployments
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8616 +/- ##
==========================================
- Coverage 82.57% 82.54% -0.03%
==========================================
Files 209 209
Lines 77025 77049 +24
==========================================
+ Hits 63600 63602 +2
- Misses 13425 13447 +22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e6e2788
to
78ce33b
Compare
err.to_string(), | ||
); | ||
|
||
if let Err(err) = buffer::write_message( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.