From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 393C71F8C8 for ; Wed, 22 Sep 2021 02:24:35 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/7] lei bugfixes and other fixes Date: Wed, 22 Sep 2021 02:24:28 +0000 Message-Id: <20210922022435.17835-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: How did I forget 2/7 for all these months? :< 6/7 took a while for me to figure out, I only noticed it because of background processes running after MUA exit (from "lei up --mua=... MFOLDER"), but I got 4/7 and 7/7 fixes out of it. Eric Wong (7): ipc: do not add "0" to $0 of solo workers treewide: fix %SIG localization, harder script/lei: describe purpose of sleep loop lei: dclose: do not close unnecessarily inbox: do not waste hash slot on httpbackend_limiter lei up: avoid excessively parallel --all lei: drop redundant WQ EOF callbacks lib/PublicInbox/Admin.pm | 2 +- lib/PublicInbox/ExtSearchIdx.pm | 4 +- lib/PublicInbox/IPC.pm | 7 +-- lib/PublicInbox/Inbox.pm | 10 ++-- lib/PublicInbox/LEI.pm | 3 +- lib/PublicInbox/LeiImportKw.pm | 8 +-- lib/PublicInbox/LeiMirror.pm | 10 +--- lib/PublicInbox/LeiNoteEvent.pm | 8 +-- lib/PublicInbox/LeiPmdir.pm | 8 +-- lib/PublicInbox/LeiUp.pm | 86 +++++++++++++++++++++------------ lib/PublicInbox/TestCommon.pm | 3 +- lib/PublicInbox/Watch.pm | 4 +- lib/PublicInbox/Xapcmd.pm | 8 +-- script/lei | 2 +- script/public-inbox-clone | 2 +- t/run.perl | 1 + 16 files changed, 86 insertions(+), 80 deletions(-)