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.

Increase batch size for fetching feeds

+1 -1
+1 -1
internal/feed/fetcher.go
··· 181 181 } 182 182 183 183 func (s *Scheduler) fetchAll(ctx context.Context, olderThan time.Duration) { 184 - feeds, err := s.store.GetFeedsToFetch(ctx, olderThan, 1_000) 184 + feeds, err := s.store.GetFeedsToFetch(ctx, olderThan, 10_000) 185 185 if err != nil { 186 186 s.logger.Error("failed to get feeds", "error", err) 187 187 return