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

Improve time complexity of apstra_datacenter_generic_system link updates #597

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

chrismarget-j
Copy link
Collaborator

@chrismarget-j chrismarget-j commented Feb 27, 2024

Rather than asking each link object to update its own parameters (DatacenterGenericSystemLink.updateParams()), we now collect the link parameter request object from each link (DatacenterGenericSystemLink.lagParams()) and then submit the changes to each link in a single request.

Closes #596

@chrismarget-j chrismarget-j changed the title WIP: Improve time complexity of apstra_datacenter_generic_system link updates Improve time complexity of apstra_datacenter_generic_system link updates Feb 27, 2024
@chrismarget-j chrismarget-j merged commit 879f55f into main Feb 27, 2024
1 check passed
@chrismarget-j chrismarget-j deleted the bug/596-performance-improvement branch February 27, 2024 20:08
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.

Improve time complexity of modifying generic system links
2 participants