mirror of
https://github.com/aljazceru/wot-relay.git
synced 2026-02-23 07:04:20 +01:00
Merge pull request #30 from bitvora/dev-profileRefresh
reduce profile logging
This commit is contained in:
2
main.go
2
main.go
@@ -219,8 +219,8 @@ func refreshProfiles(ctx context.Context, relay *khatru.Relay) {
|
||||
for ev := range pool.SubManyEose(timeout, seedRelays, filters) {
|
||||
relay.AddEvent(ctx, ev.Event)
|
||||
}
|
||||
log.Println("👤 profiles fetched:", end)
|
||||
}
|
||||
log.Println("👤 profiles refreshed: ", len(trustNetwork))
|
||||
}
|
||||
|
||||
func refreshTrustNetwork(relay *khatru.Relay, ctx context.Context) {
|
||||
|
||||
Reference in New Issue
Block a user