[PR #3732] [CLOSED] [management] Make startup period configurable #18400

Open
opened 2026-08-05 04:08:28 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3732
Author: @pascal-fischer
Created: 4/23/2025
Status: Closed

Base: mainHead: feature/update-account-peers-buffer-startup


📝 Commits (5)

  • dc24b9e make startup period configurable
  • b0a5696 disable write locks
  • d07c83c disable read locks
  • cace564 disable ephermeral manager and token manager
  • 06c5564 disable initial sync

📊 Changes

3 files changed (+53 additions, -37 deletions)

View changed files

📝 management/server/account.go (+16 -5)
📝 management/server/grpcserver.go (+8 -8)
📝 management/server/store/sql_store.go (+29 -24)

📄 Description

Describe your changes

Stack

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/3732 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 4/23/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/update-account-peers-buffer-startup` --- ### 📝 Commits (5) - [`dc24b9e`](https://github.com/netbirdio/netbird/commit/dc24b9e276611b52db04a82e3965fa87bf0947e1) make startup period configurable - [`b0a5696`](https://github.com/netbirdio/netbird/commit/b0a5696bece43ddca910f8dd6ad49c8093f1b55a) disable write locks - [`d07c83c`](https://github.com/netbirdio/netbird/commit/d07c83c111d1957003fb8f9b7d3ce796027a2667) disable read locks - [`cace564`](https://github.com/netbirdio/netbird/commit/cace564a192c0e4570ddcdbdb6f5432607d73459) disable ephermeral manager and token manager - [`06c5564`](https://github.com/netbirdio/netbird/commit/06c5564dd274c4d0f33103b1f67d9561d395604d) disable initial sync ### 📊 Changes **3 files changed** (+53 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+16 -5) 📝 `management/server/grpcserver.go` (+8 -8) 📝 `management/server/store/sql_store.go` (+29 -24) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ## Stack <!-- branch-stack --> ### 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 04:08:28 -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#18400