Skip to content

Change default for process accumulate option #252

@butenkor

Description

@butenkor

Description

For processing paged results we have very helpful function called process. Currently it's default setting for accumulate results is true which depending on amount of pages and data callback function produces, might lead to unpredictable memory consumption. Because of that on every usage we have to explicitly override defaults with process(myCallbackFn, { accumulate: false }).

Expected Behavior

Default for accumulate should be false

Current Behavior

Default for accumulate is true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions