Merge branch 'dev' into jit

This commit is contained in:
Owen
2026-03-12 16:58:23 -07:00
30 changed files with 2276 additions and 3079 deletions

View File

@@ -104,6 +104,13 @@ export async function buildSiteConfigurationForOlmClient(
continue;
}
if (!site.publicKey || site.publicKey == "") { // the site is not ready to accept new peers
logger.warn(
`Site ${site.siteId} has no public key, skipping`
);
continue;
}
// if (site.lastHolePunch && now - site.lastHolePunch > 6 && relay) {
// logger.warn(
// `Site ${site.siteId} last hole punch is too old, skipping`