about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-06 12:18:28 +0000
committerEric Wong <e@80x24.org>2021-02-07 03:34:32 +0000
commit375ea9f09355d36f2a9550475012a8191cdff1b0 (patch)
tree5d4555a6429fc6f4439ef389aef80c423d402966 /lib
parentda143a9393faa4956403b3f7a4c6ecb5ae3bcf01 (diff)
downloadpublic-inbox-375ea9f09355d36f2a9550475012a8191cdff1b0.tar.gz
This was actually causing xt/lei-sigpipe.t failures,
presumably due to reused/recycled workers with many
externals.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/LeiOverview.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiOverview.pm b/lib/PublicInbox/LeiOverview.pm
index d3df4faa..24e4c190 100644
--- a/lib/PublicInbox/LeiOverview.pm
+++ b/lib/PublicInbox/LeiOverview.pm
@@ -182,7 +182,6 @@ sub _json_pretty {
 sub ovv_each_smsg_cb { # runs in wq worker usually
         my ($self, $lei, $ibxish) = @_;
         my ($json, $dedupe);
-        $lei->{1}->autoflush(1);
         if (my $pkg = $self->{json}) {
                 $json = $pkg->new;
                 $json->utf8->canonical;