Skip to content

Commit

Permalink
Merge pull request #30 from bitvora/dev-profileRefresh
Browse files Browse the repository at this point in the history
reduce profile logging
  • Loading branch information
barrydeen authored Sep 12, 2024
2 parents 323a801 + 067849d commit 06d673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 06d673a

Please sign in to comment.