db_lmdb: enable batch transactions by default

release-v0.5.1
stoffu 6 years ago committed by victorsintnicolaas
parent 8a7b3ff138
commit 149da420e9

@ -166,7 +166,7 @@ struct mdb_txn_safe
class BlockchainLMDB : public BlockchainDB
{
public:
BlockchainLMDB(bool batch_transactions=false);
BlockchainLMDB(bool batch_transactions=true);
~BlockchainLMDB();
virtual void open(const std::string& filename, const int mdb_flags=0);

Loading…
Cancel
Save