about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiImport.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-28 07:52:01 +0000
committerEric Wong <e@80x24.org>2021-04-28 19:30:57 +0000
commit63e2751ace2dd35a661620a9ad30d6c92948a009 (patch)
treeb088949e092993d3225f1cd58ed6d4ff723e30a9 /lib/PublicInbox/LeiImport.pm
parent9d0d8caf8d9c5eb3afc0c862bdddb2ec310259f5 (diff)
downloadpublic-inbox-63e2751ace2dd35a661620a9ad30d6c92948a009.tar.gz
"lei import" is probably the only place where it users
might care about warnings.
Diffstat (limited to 'lib/PublicInbox/LeiImport.pm')
-rw-r--r--lib/PublicInbox/LeiImport.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/LeiImport.pm b/lib/PublicInbox/LeiImport.pm
index e0d899cc..f2a0c95a 100644
--- a/lib/PublicInbox/LeiImport.pm
+++ b/lib/PublicInbox/LeiImport.pm
@@ -93,6 +93,7 @@ sub lei_import { # the main "lei import" method
         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, 'lei-import', $j, $ops);
         $lei->{imp} = $self;
         net_merge_complete($self) unless $lei->{auth};