mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Fix KeyvaDB for sizeof(size_t)
This commit is contained in:
@@ -887,7 +887,7 @@ class NodeStoreTimingTests : public NodeStoreUnitTest
|
||||
public:
|
||||
enum
|
||||
{
|
||||
numObjectsToTest = 10000
|
||||
numObjectsToTest = 50000
|
||||
};
|
||||
|
||||
NodeStoreTimingTests ()
|
||||
@@ -970,7 +970,7 @@ public:
|
||||
|
||||
testBackend ("keyvadb", seedValue);
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
testBackend ("leveldb", seedValue);
|
||||
|
||||
testBackend ("sqlite", seedValue);
|
||||
|
||||
Reference in New Issue
Block a user