From: Eric Wong Date: Sat, 6 Feb 2021 12:18:28 +0000 (+0000) Subject: lei_overview: drop unnecessary autoflush call X-Git-Tag: v1.7.0~1201 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=375ea9f09355d36f2a9550475012a8191cdff1b0;p=public-inbox.git lei_overview: drop unnecessary autoflush call This was actually causing xt/lei-sigpipe.t failures, presumably due to reused/recycled workers with many externals. --- 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;