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 E9B2A1F8C8 for ; Sat, 25 Sep 2021 22:16:45 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] www: shrink per-inbox hashtable slots Date: Sat, 25 Sep 2021 22:16:43 +0000 Message-Id: <20210925221645.13443-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I've noticed some innocuous "/path/to/inboxdir/xap15 has no shards" messages in syslog, these should avoid them. Eric Wong (2): extmsg: search_partial: use ->isrch if available search: avoid setting undef hashtable entries lib/PublicInbox/AdminEdit.pm | 5 +++-- lib/PublicInbox/ExtMsg.pm | 2 +- lib/PublicInbox/Inbox.pm | 15 +++++++-------- lib/PublicInbox/Search.pm | 12 ++++++------ 4 files changed, 17 insertions(+), 17 deletions(-)