Skip to content
Commit 70f6be46 authored by Florian Müllner's avatar Florian Müllner
Browse files

serverRoomManager: Load rooms in chunks

On big networks like Freenode, room lists are rather large, so loading
them can take a while. We don't want to keep blocking the UI thread for
longer periods of time, so split up the list into smaller chunks and
load them in an idle handler.

https://bugzilla.gnome.org/show_bug.cgi?id=763200
parent 84f96b2b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment