aboutsummaryrefslogtreecommitdiff
path: root/src/util/makeblob.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/makeblob.pl')
-rwxr-xr-xsrc/util/makeblob.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/makeblob.pl b/src/util/makeblob.pl
index 8eaed08..14fd49c 100755
--- a/src/util/makeblob.pl
+++ b/src/util/makeblob.pl
@@ -3,7 +3,7 @@
use strict;
my $items_per_line = 16;
-my $items_per_file = 1024 * 1024;
+my $items_per_file = 128 * 1024;
$#ARGV == 1 or die;