Problem: misleading information about LMDB storage

Solution: updated the comments to reflect the current situation in terms of LMDB implementation and no longer recommend 'memory' for blockchain storage in production use.
This commit is contained in:
Gareth 2017-03-08 21:29:08 +08:00 committed by GitHub
parent 8b57e899d4
commit 088930facc

View file

@ -228,8 +228,8 @@ if(STATIC)
endif() endif()
endif() endif()
# default database: # Set default blockchain storage location:
# should be lmdb for testing, memory for production still # memory was the default in Cryptonote before Monero implimented LMDB, it still works but is unneccessary.
# set(DATABASE memory) # set(DATABASE memory)
set(DATABASE lmdb) set(DATABASE lmdb)