[PR #949] [CLOSED] Introduce db connection max pool size configuration #2835

Closed
opened 2026-03-03 08:53:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/949
Author: @Koisell
Created: 4/5/2020
Status: Closed

Base: masterHead: add-db-max-pool-params


📝 Commits (1)

  • 3bfb95e Introduce db connection max pool size configuration

📊 Changes

2 files changed (+9 additions, -3 deletions)

View changed files

📝 src/config.rs (+4 -1)
📝 src/db/mod.rs (+5 -2)

📄 Description

How many connections used in the pool size could be dynamic in order to
adapt to any environment. This value can now be set by using
DB_CONNECTION_POOL_MAX_SIZE.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/949 **Author:** [@Koisell](https://github.com/Koisell) **Created:** 4/5/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-db-max-pool-params` --- ### 📝 Commits (1) - [`3bfb95e`](https://github.com/dani-garcia/vaultwarden/commit/3bfb95ef95cf4328fad2cf8137c6479298e98cee) Introduce db connection max pool size configuration ### 📊 Changes **2 files changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/config.rs` (+4 -1) 📝 `src/db/mod.rs` (+5 -2) </details> ### 📄 Description How many connections used in the pool size could be dynamic in order to adapt to any environment. This value can now be set by using DB_CONNECTION_POOL_MAX_SIZE. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 08:53:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#2835
No description provided.