summaryrefslogtreecommitdiffhomepage
path: root/control/controlhttp/controlhttpserver
diff options
context:
space:
mode:
authorAlex Chan <alexc@tailscale.com>2025-10-17 10:53:12 +0100
committerAlex Chan <alex@alexwlchan.net>2025-10-17 15:06:18 +0100
commit55a43c3736a7a7029eec214da8b2ab5788679906 (patch)
treeb8ba9d8a60c4ee57fc78288934d98f21523b0b12 /control/controlhttp/controlhttpserver
parentc3acf25d6217f6cb7b1eb74afaf2860293abf377 (diff)
downloadtailscale-55a43c3736a7a7029eec214da8b2ab5788679906.tar.xz
tailscale-55a43c3736a7a7029eec214da8b2ab5788679906.zip
tka: don't look up parent/child information from purged AUMs
We soft-delete AUMs when they're purged, but when we call `ChildAUMs()`, we look up soft-deleted AUMs to find the `Children` field. This patch changes the behaviour of `ChildAUMs()` so it only looks at not-deleted AUMs. This means we don't need to record child information on AUMs any more, which is a minor space saving for any newly-recorded AUMs. Updates https://github.com/tailscale/tailscale/issues/17566 Updates https://github.com/tailscale/corp/issues/27166 Signed-off-by: Alex Chan <alexc@tailscale.com>
Diffstat (limited to 'control/controlhttp/controlhttpserver')
0 files changed, 0 insertions, 0 deletions