[PR #1377] [MERGED] optimize generateACLPeerCacheMap #2071

Closed
opened 2025-12-29 03:19:38 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1377
Author: @pkrivanec
Created: 4/24/2023
Status: Merged
Merged: 4/26/2023
Merged by: @kradalby

Base: mainHead: main


📝 Commits (1)

  • 18a5a1a optimize generateACLPeerCacheMap

📊 Changes

3 files changed (+56 additions, -34 deletions)

View changed files

📝 acls.go (+6 -9)
📝 app.go (+1 -1)
📝 machine.go (+49 -24)

📄 Description

Hi,

this is a possible optimization for the problem in issue #1372.
Not the most elegant solution but it should work.


🔄 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/juanfont/headscale/pull/1377 **Author:** [@pkrivanec](https://github.com/pkrivanec) **Created:** 4/24/2023 **Status:** ✅ Merged **Merged:** 4/26/2023 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`18a5a1a`](https://github.com/juanfont/headscale/commit/18a5a1afd21ec9177ea755c7c6487f99e0af641a) optimize generateACLPeerCacheMap ### 📊 Changes **3 files changed** (+56 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `acls.go` (+6 -9) 📝 `app.go` (+1 -1) 📝 `machine.go` (+49 -24) </details> ### 📄 Description Hi, this is a possible optimization for the problem in issue #1372. Not the most elegant solution but it should work. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:19:38 +01:00
adam closed this issue 2025-12-29 03:19:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2071