Low-latency AT Protocol interaction indexer.
20

Configure Feed

Select the types of activity you want to include in your feed.

internal/firehose: reduce did resolution timeout to 3s

Aly Raffauf (Jul 6, 2026, 4:59 PM EDT) 645a772b 09142485

+1 -1
+1 -1
internal/firehose/commit.go
··· 96 96 func (c *Consumer) verifyCommit(ctx context.Context, repo *indigorepo.Repo) error { 97 97 sc := repo.SignedCommit() 98 98 99 - resolveCtx, cancel := context.WithTimeout(ctx, 10*time.Second) 99 + resolveCtx, cancel := context.WithTimeout(ctx, 3*time.Second) 100 100 identity, err := c.Directory.LookupDID(resolveCtx, syntax.DID(sc.Did)) 101 101 cancel() 102 102 if err != nil {