We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VoltageLevel.getConnectables() currently does 15 individual requests sequentially.
We could at least do them in parallel or better yet do a single request and implement on the server (like network.getIdentifiable())
performance and less resource usage
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the current behavior
VoltageLevel.getConnectables() currently does 15 individual requests sequentially.
Describe the expected behavior
We could at least do them in parallel or better yet do a single request and implement on the server (like network.getIdentifiable())
Describe the motivation
performance and less resource usage
Extra Information
No response
The text was updated successfully, but these errors were encountered: