improves concurrent GetAll operations

This commit is contained in:
2026-01-04 13:49:28 -05:00
parent b12e8df35b
commit 906d005edf
2 changed files with 93 additions and 76 deletions

View File

@@ -361,4 +361,4 @@ type Neighbor struct {
IP string `json:"ip"`
ZoneID string `json:"zoneID"`
Addresses []NeighborAddress `json:"addresses"`
}
}