Speed up the startup #41
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now, if I have a lot of chats the startup is slow because want it or not - there is syncronization of mucs with all the hustory request.
Need to do 3 things at first: request muc history only if there actually are new messages, bufferize vcards request (sometimes i even get disconnected because Squawk tries to request to many at the same time), do something about the mucs with new messages, for them to perform request in the background not at the start and alltogether
Wrote a manager called DelayManager, wrapped vcard requests there, now need to wrap there discovery requests too