Skip to content

[Feature] timeout for pull-project #30

@rarensu

Description

@rarensu

the pull-project command executes

        return this.downloadBuffer(this.downloadUrl(projectId));

since downloadBuffer doesn't accept set a timeout parameter, the underlying http function defaults to 10000 ms, which is too short for my large project.

it should accept a timeout parameter so that pull project can set a timeout. and so on, and so forth, until finally it reads from somewhere configurable, like a command line option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions