This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
Is the feed size limit too low? #343
Open
Description
Hello,
Question rather than a bug report: I'm trying out goread and found two podcasts that are both larger than the 2097152 byte limit (1<<21, hardcoded in tasks.go: fetchFeed).
$ curl -s http://api.sr.se/api/rss/pod/4886 | wc -c
2307379
$ curl -s http://api.sr.se/api/rss/pod/4023 | wc -c
4117725
Both of the podcast feeds are from Sweden's public service radio broadcaster.
Is the 1<<21 byte limit based on real limitations, or would increasing this be possible?
Thanks,
Metadata
Assignees
Labels
No labels
Activity