bisq/p2p/src
Manfred Karrer 27dea71bfd
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.
2018-11-09 20:43:07 -05:00
..
main Optimize processing of initial trade statistics and witness data 2018-11-09 20:43:07 -05:00
test/java/bisq/network use program arguments instead of system properties 2018-11-08 14:56:44 +01:00