A social RSS reader built on the AT Protocol. glean.at
glean atproto atmosphere rss feed social app
14
fork

Configure Feed

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

Reduce concurrent feed fetch limit to 10

+1 -1
+1 -1
internal/feed/fetcher.go
··· 161 161 s.logger.Info("fetching feeds", "count", len(feeds), "older_than", olderThan) 162 162 163 163 g, gCtx := errgroup.WithContext(ctx) 164 - g.SetLimit(50) 164 + g.SetLimit(10) 165 165 for _, f := range feeds { 166 166 g.Go(func() error { 167 167 s.FetchFeed(gCtx, f)