mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
[PR #1108] [MERGED] Add DATABASE_MAX_CONNS config setting #3527
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/1108
Author: @rfwatson
Created: 8/21/2020
Status: ✅ Merged
Merged: 10/10/2020
Merged by: @dani-garcia
Base:
master← Head:add-db-connections-setting📝 Commits (1)
b9daa59Add DATABASE_MAX_CONNS config setting📊 Changes
3 files changed (+18 additions, -1 deletions)
View changed files
📝
.env.template(+4 -0)📝
src/config.rs(+10 -0)📝
src/db/mod.rs(+4 -1)📄 Description
Tiny change to allow the database connection pool size to be configured externally (useful for those of us deploying to databases with limited connection count allowances)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.