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
The source list and conversation view is populating very slowly when there is already downloaded content and sources in the local data directory. I haven't investigated why this is happening yet, and I'm only seeing it in Qubes (likely due to tor latency).
Steps to reproduce
In Qubes (I'm testing in the staging environment, see the readme for more details on the different developer environments) run the client, sync all your data from your test server.
Close the client.
Run again with the same directory.
Expected behavior
Content already downloaded appears very rapidly
Actual behavior
There's a long lag (probably for a sync to complete?) and only then does the source list populate
The text was updated successfully, but these errors were encountered:
the controller's update_sources() method is used to display in the
source list whatever is contained in local storage. If we wait until
after sync_api is called before calling it, there will be a delay
of potentially several seconds until the round-trip to the SecureDrop
server completes.
in this commit we call the update_sources() method immediately
upon login.
Description
The source list and conversation view is populating very slowly when there is already downloaded content and sources in the local data directory. I haven't investigated why this is happening yet, and I'm only seeing it in Qubes (likely due to tor latency).
Steps to reproduce
Expected behavior
Content already downloaded appears very rapidly
Actual behavior
There's a long lag (probably for a sync to complete?) and only then does the source list populate
The text was updated successfully, but these errors were encountered: