Skip to content
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
@olof

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,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions