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
It's okay for syncing all messages to take some time, but when users know they are likely behind (joining or coming back online) they should get a screen or two full of the most recently sent messages very fast.
It's really important that:
they get the most recent ones, i.e. not from another user who is also behind.
It's fast as Slack i.e. less than 1 or 2 seconds.
It happens both for new users and people rejoining.
Approaches:
Fetch limited depth and display before fetching full depth.
Fetch from user with most recent HEAD.
Try multiple users simultaneously?
Whatever works to make it fast.
The text was updated successfully, but these errors were encountered:
UPDATE: probably making the connection via Tor will take some time, but once it's open it should be fast. Probably it will have to do with efficiency of establishing circuits.
So to close this ticket, make initial fetch happen as quickly as practical, and then let us know how long it takes to fetch everything based on different message history sizes.
It's okay for syncing all messages to take some time, but when users know they are likely behind (joining or coming back online) they should get a screen or two full of the most recently sent messages very fast.
It's really important that:
Approaches:
Whatever works to make it fast.
The text was updated successfully, but these errors were encountered: