mainnet-v1.40.3
·
32 commits
to 51326ab2222c64688d3f14626157d0d44c184008
since this release
Storage node
#2772: Enables DB transactions (implemented in #2475) and garbage collection (implemented in #2542, #2599, and #2725) by default on Testnet. The features can be disabled by adding the following to your node configuration:
db_config:
global:
use_optimistic_transaction_db: false
garbage_collection:
enable_blob_info_cleanup: false
enable_data_deletion: falseIf you have experimental_use_optimistic_transaction_db: true in your configuration, you should remove that.