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 0AA591F8C6 for ; Tue, 17 Aug 2021 08:52:42 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei: some mail sync stuff Date: Tue, 17 Aug 2021 08:52:38 +0000 Message-Id: <20210817085241.25592-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Still trying to wrap my head around some other stuff related to mail_sync.sqlite3, but 3/3 is a necessary fix and 2/3 is an obvious cleanup. The ipc_do('done') stuff could probably be made faster, but probably after the 1.7 release... Eric Wong (3): lei: add ->lms shortcut for LeiMailSync ipc: remove WQ_MAX_WORKERS lei forget-mail-sync: rely on lei/store process lib/PublicInbox/IPC.pm | 5 ----- lib/PublicInbox/LEI.pm | 9 +++++++++ lib/PublicInbox/LeiBlob.pm | 3 +-- lib/PublicInbox/LeiForgetMailSync.pm | 11 +++++------ lib/PublicInbox/LeiInspect.pm | 3 +-- lib/PublicInbox/LeiLcat.pm | 10 ++++------ lib/PublicInbox/LeiLsMailSource.pm | 3 +-- lib/PublicInbox/LeiStore.pm | 6 ++++++ 8 files changed, 27 insertions(+), 23 deletions(-)