Complete the SHAMap rewrite.

This commit is contained in:
JoelKatz
2012-02-06 15:39:06 -08:00
parent 04cc08748e
commit 01983330d8
4 changed files with 78 additions and 117 deletions

View File

@@ -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;