[PR #2713] [MERGED] [management] Make max open db conns configurable #15525

Closed
opened 2026-08-05 03:07:51 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2713
Author: @pascal-fischer
Created: 10/9/2024
Status: Merged
Merged: 10/9/2024
Merged by: @pascal-fischer

Base: mainHead: feature/configurable-conn-count


📝 Commits (3)

  • 870e7fb make open conns configurable
  • 64b23bc use fixed ubuntu image in github flows
  • b39c6ff revert linter

📊 Changes

3 files changed (+11 additions, -4 deletions)

View changed files

📝 .github/workflows/golang-test-linux.yml (+1 -1)
📝 .github/workflows/release.yml (+1 -1)
📝 management/server/sql_store.go (+9 -2)

📄 Description

Describe your changes

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/2713 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/9/2024 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `main` ← **Head:** `feature/configurable-conn-count` --- ### 📝 Commits (3) - [`870e7fb`](https://github.com/netbirdio/netbird/commit/870e7fb7d7cf722874047765fd5f7992d445c0b1) make open conns configurable - [`64b23bc`](https://github.com/netbirdio/netbird/commit/64b23bcd7567887f4da8711f81eb3ec92947d9ab) use fixed ubuntu image in github flows - [`b39c6ff`](https://github.com/netbirdio/netbird/commit/b39c6fffe2303cf19a8190f1b0f1f43a0f1315dd) revert linter ### 📊 Changes **3 files changed** (+11 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golang-test-linux.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `management/server/sql_store.go` (+9 -2) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 03:07:51 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#15525