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.
the pull-project command executes
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.