X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FLeiImport.pm;h=b1cb3940ee365cfe7f65e26585b53658cb576ea8;hb=7b7939d47b336fb7d8c4387858e620dbc218bb1e;hp=7c563bd8c8e79e864325cd0833e88d59406a120e;hpb=63807b9322151773d746303041c84dc37701bac2;p=public-inbox.git diff --git a/lib/PublicInbox/LeiImport.pm b/lib/PublicInbox/LeiImport.pm index 7c563bd8..b1cb3940 100644 --- a/lib/PublicInbox/LeiImport.pm +++ b/lib/PublicInbox/LeiImport.pm @@ -101,7 +101,6 @@ sub do_import_index ($$@) { } my $ops = {}; $lei->{auth}->op_merge($ops, $self) if $lei->{auth}; - $self->{-wq_nr_workers} = $j // 1; # locked $lei->{-eml_noisy} = 1; (my $op_c, $ops) = $lei->workers_start($self, $j, $ops); $lei->{wq1} = $self;