added profiler tooling to enable automated generation of profile reports

This commit is contained in:
2025-09-13 21:05:30 +01:00
parent 3d2f970f04
commit 60e925d748

View File

@@ -208,6 +208,7 @@ func (f *Follows) startSubscriptions(ctx context.Context) {
return
}
urls := f.adminRelays()
log.I.S(urls)
if len(urls) == 0 {
log.W.F("follows syncer: no admin relays found in DB (kind 10002)")
return