We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WOODPECKER_DATABASE_MAX_CONNECTIONS
woodpecker ci record jobs is slow, can change database max connections to improve?
woodpecker use xorm.io for datastore engine
can use connections-pool, and support
engine.SetMaxIdleConns()
engine.SetMaxOpenConns()
let Server configuration add flag WOODPECKER_DATABASE_MAX_CONNECTIONS to support
Server configuration
No response
next
The text was updated successfully, but these errors were encountered:
Will be available in next version
#4212
Sorry, something went wrong.
No branches or pull requests
Clear and concise description of the problem
woodpecker ci record jobs is slow, can change database max connections to improve?
Suggested solution
woodpecker use xorm.io for datastore engine
can use connections-pool, and support
engine.SetMaxIdleConns()
engine.SetMaxOpenConns()
let
Server configuration
add flagWOODPECKER_DATABASE_MAX_CONNECTIONS
to supportAlternative
No response
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: