[PR #1173] [CLOSED] Set DB Max pool size via environment variables #3498

Closed
opened 2025-10-09 18:24:30 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1173
Author: @CollectiveMakers
Created: 10/6/2020
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 4f96147 set max db pool size via env

📊 Changes

2 files changed (+5 additions, -2 deletions)

View changed files

📝 src/config.rs (+3 -0)
📝 src/db/mod.rs (+2 -2)

📄 Description

Tiny changes to set DB maximum pool size via environment variable (DB_POOL_MAX_SIZE). Usefull on small test infrastructures with low connection limits to database


🔄 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/1173 **Author:** [@CollectiveMakers](https://github.com/CollectiveMakers) **Created:** 10/6/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`4f96147`](https://github.com/dani-garcia/vaultwarden/commit/4f96147c4a3679c315844bef1d775694e2054b30) set max db pool size via env ### 📊 Changes **2 files changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/config.rs` (+3 -0) 📝 `src/db/mod.rs` (+2 -2) </details> ### 📄 Description Tiny changes to set DB maximum pool size via environment variable (DB_POOL_MAX_SIZE). Usefull on small test infrastructures with low connection limits to database --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:24:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3498