mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
NodeStore improvements:
* Add Backend::verify API for doing consistency checks * Add Database::close so caller can catch exceptions * Improved Timing test for NodeStore creates a simulated workload
This commit is contained in:
committed by
Edward Hennis
parent
67b9cf9e82
commit
749e083e6e
@@ -56,7 +56,8 @@ exports.servers = {
|
||||
'admin = allow',
|
||||
'protocol = ws'),
|
||||
|
||||
'node_db': 'type=memory'
|
||||
'node_db': lines('type=memory',
|
||||
'path=integration')
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user