fetch: use more outbox relays.

This commit is contained in:
fiatjaf
2026-07-21 20:42:52 -03:00
parent 6855722ba5
commit 1403c7d2cd
+1 -1
View File
@@ -101,7 +101,7 @@ var fetch = &cli.Command{
sys.Hints.Save(authorHint, nostr.NormalizeURL(url), hints.LastInHint, nostr.Now()) sys.Hints.Save(authorHint, nostr.NormalizeURL(url), hints.LastInHint, nostr.Now())
} }
for _, url := range sys.FetchOutboxRelays(ctx, authorHint, 3) { for _, url := range sys.FetchOutboxRelays(ctx, authorHint, 6) {
relays = append(relays, url) relays = append(relays, url)
} }
} }