From 63e2751ace2dd35a661620a9ad30d6c92948a009 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 28 Apr 2021 07:52:01 +0000 Subject: lei: quiet down Eml-related warnings consistently "lei import" is probably the only place where it users might care about warnings. --- lib/PublicInbox/LeiImport.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/PublicInbox/LeiImport.pm') 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}; -- cgit v1.2.3-24-ge0c7