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

Bugfix slow network load #461

Merged
merged 8 commits into from
Jul 12, 2024
Merged

Bugfix slow network load #461

merged 8 commits into from
Jul 12, 2024

Conversation

sinamics
Copy link
Owner

Previously, the code looped over all members and fetched the peer for each one individually, causing the ZeroTier API to become unresponsive with many members. Now, all peers are fetched in one go and then filtered by member id, improving performance.

resolves #435

@sinamics sinamics added the bug Something isn't working label Jul 12, 2024
@github-actions github-actions bot added the ztnet Main Application label Jul 12, 2024
@sinamics sinamics merged commit 5e71f7b into main Jul 12, 2024
3 checks passed
@sinamics sinamics deleted the slow-network-load branch July 12, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ztnet Main Application
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: clients are displayed for a very long time on 0.6.6 after update
1 participant