Speed up writing to not block io operations

This commit is contained in:
Owen
2025-12-06 17:54:39 -05:00
parent 66fc8529c2
commit 8a8c0edad3
3 changed files with 109 additions and 15 deletions

View File

@@ -537,7 +537,7 @@ export async function updateClientSiteDestinations(
}
if (!site.clientSitesAssociationsCache.endpoint) {
logger.warn(`Site ${site.sites.siteId} has no endpoint, skipping`); // if this is a new association the endpoint is not set yet // TODO: FIX THIS
// if this is a new association the endpoint is not set yet
continue;
}