DeedleFake / trayscale

An unofficial GUI wrapper around the Tailscale CLI client.
MIT License
392 stars 14 forks source link

very long node list takes a long time to load #102

Open DeedleFake opened 3 months ago

DeedleFake commented 3 months ago

This causes the entire window to pause for upwards of 5-10 seconds before opening. Once it's open, updates seem to be plenty efficient.

Current plan: Move node list management into its own thread and only do incremental updates to the UI using glib.IdleAdd() so that dealing with the list doesn't cause the entire UI to freeze.