summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-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