Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add output query chunk size as temporary env variable #298

Merged
merged 1 commit into from
Jan 17, 2020

Conversation

yeastplume
Copy link
Member

@yeastplume yeastplume commented Jan 17, 2020

Changes the hardcoded 200 in the default node client's get_outputs query to optionally use an environment variable, so users have a lever with which to try to address URI length restrictions in their environments.

Note this is done as an environment variable as opposed to a configuration setting, as this is only intended to be a temporary workaround. The move to using the node's JSON-RPC API will happen on or before 4.0.0 and should address the root of this issue properly (by including the list of outputs to fetch in the body instead of as a query string).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant