Browse Source

added profiler tooling to enable automated generation of profile reports

main
mleku 4 months ago
parent
commit
60e925d748
No known key found for this signature in database
  1. 1
      pkg/acl/follows.go

1
pkg/acl/follows.go

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

Loading…
Cancel
Save