Pull 21820 from config

Former-commit-id: 56f4614899
This commit is contained in:
Owen
2025-12-16 18:33:56 -05:00
parent 9ba3569573
commit 7f6c824122
7 changed files with 165 additions and 5 deletions

View File

@@ -505,7 +505,7 @@ func (pm *PeerMonitor) checkHolepunchEndpoints() {
pm.mutex.Unlock()
for siteID, endpoint := range endpoints {
logger.Debug("Testing holepunch endpoint for site %d: %s", siteID, endpoint)
// logger.Debug("Testing holepunch endpoint for site %d: %s", siteID, endpoint)
result := pm.holepunchTester.TestEndpoint(endpoint, timeout)
pm.mutex.Lock()