bisq/core/src/main
chimp1984 da5dd523fb
Optimize DaoState snapshot behaviour
- Run persistence call in thread instead of user thread (serialisation
is very slow and had blocked user thread)
- Create new snapshot only after persistence is completed to avoid to
have 3 daoState objects in memory
- Set DaoState in store to null to let gc remove the old reference (was
left there before so we had 3 instances of daoStates in memory)
2021-07-06 17:59:44 +02:00
..
java/bisq/core Optimize DaoState snapshot behaviour 2021-07-06 17:59:44 +02:00
resources Merge pull request #5602 from jmacxx/fix_withdrawal_fee_bug 2021-07-06 16:04:22 +02:00