You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: