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,
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by olof and has received 2 comments.