Merge pull request #1852
088930fa
Problem: misleading information about LMDB storage (Gareth)
This commit is contained in:
commit
b67877af6f
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue