From 375ea9f09355d36f2a9550475012a8191cdff1b0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 6 Feb 2021 12:18:28 +0000 Subject: lei_overview: drop unnecessary autoflush call This was actually causing xt/lei-sigpipe.t failures, presumably due to reused/recycled workers with many externals. --- lib/PublicInbox/LeiOverview.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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; -- cgit v1.2.3-24-ge0c7