]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/InboxWritable.pm
index: v2: parallel by default
[public-inbox.git] / lib / PublicInbox / InboxWritable.pm
index 3558403bca655dec35a9aba29bcf427a3c578fc8..c54be046f9557dcc5eb92312f9c6e3bf32707849 100644 (file)
@@ -57,7 +57,7 @@ sub importer {
                die "v2 not supported: $@\n" if $@;
                my $opt = $self->{-creat_opt};
                my $v2w = PublicInbox::V2Writable->new($self, $opt);
-               $v2w->{parallel} = $parallel;
+               $v2w->{parallel} = $parallel if defined $parallel;
                $v2w;
        } elsif ($v == 1) {
                my @arg = (undef, undef, undef, $self);