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 9D1631F670 for ; Sun, 24 Oct 2021 00:20:45 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/7] misc tweaks and fixes Date: Sat, 23 Oct 2021 18:20:38 -0600 Message-Id: <20211024002045.17755-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Patch 2 helps lei users avoid wasting bandwidth. I've been running patches 6 and 7 on https://yhbt.net/lore/ for a while, now; and memory use seems far lower. The rest are pretty minor things, I think. Eric Wong (7): lei: always pass $lei to LeiAuth->op_merge lei export-kw: skip read-only IMAP folders shared_kv: remove cache_size attribute support http: use a larger buffer for ->getline responses listener: emit warnings on EPERM thread: avoid Perl5 internal scratchpad target cache git: avoid Perl5 internal scratchpad target cache lib/PublicInbox/Git.pm | 3 ++- lib/PublicInbox/HTTP.pm | 2 +- lib/PublicInbox/LeiExportKw.pm | 14 ++++++++++++-- lib/PublicInbox/LeiForgetSearch.pm | 2 +- lib/PublicInbox/LeiImport.pm | 2 +- lib/PublicInbox/LeiLsMailSource.pm | 2 +- lib/PublicInbox/LeiMailDiff.pm | 2 +- lib/PublicInbox/LeiRefreshMailSync.pm | 2 +- lib/PublicInbox/LeiTag.pm | 2 +- lib/PublicInbox/LeiXSearch.pm | 2 +- lib/PublicInbox/Listener.pm | 8 ++------ lib/PublicInbox/NetWriter.pm | 9 +++++++++ lib/PublicInbox/SearchThread.pm | 22 +++++++++++----------- lib/PublicInbox/SearchView.pm | 4 ++-- lib/PublicInbox/SharedKV.pm | 3 --- lib/PublicInbox/View.pm | 4 ++-- t/lei-export-kw.t | 2 +- t/lei-import-imap.t | 3 +++ t/thread-cycle.t | 4 ++-- 19 files changed, 54 insertions(+), 38 deletions(-)