forked from bisq-network/bisq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize processing of initial trade statistics and witness data
We changed the earlier behaviour with delayed execution of chunks of the list as it caused worse results as if it is processed in one go. Main reason is probably that listeners trigger more code and if that is called early at startup we have better chances that the user has not already navigated to a screen where the trade statistics are used for UI rendering. We need to take care that the update period between releases stay short as with the current situation before 0.9 release we receive 4000 objects with a newly installed client, which causes the application to stay stuck for quite a while at startup.
- Loading branch information
1 parent
9678516
commit 27dea71
Showing
1 changed file
with
20 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters