-
-
Notifications
You must be signed in to change notification settings - Fork 386
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
Add options to control the database connections (open,idle,timeout) #4212
Add options to control the database connections (open,idle,timeout) #4212
Conversation
Deployment of preview was torn down |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4212 +/- ##
==========================================
- Coverage 26.52% 26.50% -0.02%
==========================================
Files 377 378 +1
Lines 27448 27506 +58
==========================================
+ Hits 7281 7291 +10
- Misses 19503 19549 +46
- Partials 664 666 +2 ☔ View full report in Codecov by Sentry. |
The defaults are the default values of xorm? |
the defaults i took form gitea (beside max con) -> this is currently the issue and reason i want this option (codeberg server freequently fails on that one ...) |
Can you use |
this allow more fine control and make sure woodpecker do not crash in high use scenarios where the engine try to create more connection as the database do allow ... (mariadb=100)