mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 08:25:51 +00:00
Complete the SHAMap rewrite.
This commit is contained in:
@@ -303,7 +303,7 @@ bool SHAMap::syncTest()
|
||||
SHAMap source, destination;
|
||||
|
||||
// add random data to the source map
|
||||
int items=10+rand()%4000;
|
||||
int items=rand()%20000;
|
||||
for(int i=0; i<items; i++)
|
||||
{
|
||||
Serializer s;
|
||||
|
||||
Reference in New Issue
Block a user