mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove LevelDB and HyperLevelDB backends:
The LevelDB and HyperLevelDB are removed from the backend choices. Neither were recommended for production environments. As RocksDB is not available on Windows platforms yet, the recommended backend choice for Windows is NuDB.
This commit is contained in:
committed by
Nik Bougalis
parent
b5c7232d6f
commit
f3c1f63444
@@ -21,8 +21,6 @@
|
||||
|
||||
#include <beast/nudb/nudb.cpp>
|
||||
|
||||
#include <ripple/nodestore/backend/HyperDBFactory.cpp>
|
||||
#include <ripple/nodestore/backend/LevelDBFactory.cpp>
|
||||
#include <ripple/nodestore/backend/MemoryFactory.cpp>
|
||||
#include <ripple/nodestore/backend/NuDBFactory.cpp>
|
||||
#include <ripple/nodestore/backend/NullFactory.cpp>
|
||||
|
||||
Reference in New Issue
Block a user