Skip to content

Create new builder for building sitemaps 1 at a time #41

@jwoertink

Description

@jwoertink

Right now when you're building the sitemaps, they're all just shoved into memory and then you call store to build and send off the whole thing.

If your site has a lot of sitemaps, this could be a huge memory bloat. It might be better to just build them one at a time, and ship each one off as it's built.

It appears a previous PR did this #38 and then #39 seems to fix a possible memory leak

Metadata

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