mirror of
https://github.com/corda/corda.git
synced 2025-04-08 03:44:49 +00:00
Increase JDBCHashMap default bucket size. With the current implementation of the Vault, once the number of stored transactions (or UTXO) goes over the max bucket size we end up reloading each transaction from the db and deserializing it, which causes severe performance degradation.