Skip to content

refactor(fetch): paging fetch #650

@MaineK00n

Description

@MaineK00n

Paging fetches run the risk of dropping data. For example, if sorting is not possible, and the data is in update order rather than addition order, items in the remaining pages may be updated during paging, causing data to be dropped if they are moved to the top.

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