summaryrefslogtreecommitdiff
path: root/dist/db.py
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2009-02-14 05:48:14 +1100
committerKeith Bostic <keith@wiredtiger.com>2009-02-14 05:48:14 +1100
commitb2f627fe6274c0b4c0a8e501ef7938aba87b8c1b (patch)
tree8034710eaaf26b1d88176b66060090fd22995fb1 /dist/db.py
parent84b3835dbb5b1ad5462f18cf668013783103de41 (diff)
downloadmongo-b2f627fe6274c0b4c0a8e501ef7938aba87b8c1b.tar.gz
Create large (potentially overflow) records.
--HG-- branch : keith
Diffstat (limited to 'dist/db.py')
-rw-r--r--dist/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/db.py b/dist/db.py
index 711decc5bac..02144b642de 100644
--- a/dist/db.py
+++ b/dist/db.py
@@ -11,7 +11,7 @@
import getopt, random, sys
dmin = 7 # Minimum data size
-dmax = 37 # Maximum data size
+dmax = 837 # Maximum data size
seed = None # Random number seed
pairs = 100000 # Key/data pairs to output