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.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE 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 8248D1F54E; Sat, 10 Sep 2022 20:19:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1662841198; bh=tuBEDQBxzJ1S7l1QPJRPhJyW/XQ5gK6AhJQSDhVxiHI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DeLjK5oRnpER0XkzeoYn75djgY+Motj3WC9hW/neSkvKLcZzMZDXyPq/pzzhP++Z9 r0aALVxwHFkbxiC0ZtO+kZRBsQMVe6DvN1002eIFdVaBhYO0MGw//JmD8y15LNJgdJ cjoT0X+VMLw5MnLizblOHQ5HOJOpkmJipkH2PzDM= Date: Sat, 10 Sep 2022 20:19:58 +0000 From: Eric Wong To: Ricardo Ribalda Cc: meta@public-inbox.org Subject: Re: [PATCH v2] lei: bail out earlier on IMAP writer failures Message-ID: <20220910201958.GA12212@dcvr> References: <20220909174410.M560915@dcvr> <20220910011859.M68532@dcvr> <20220910195012.M987266@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Ricardo Ribalda wrote: > ribalda@denia:/tmp/public-inbox$ lei up imaps://imap.gmail.com/lei/me > # https://lore.kernel.org/all/ limiting to 2022-09-08 19:52 +0000 and newer > # /usr/local/google/home/ribalda/.local/share/lei/store 12/12 > # /usr/bin/curl -Sf -s -d '' > https://lore.kernel.org/all/?x=m&t=1&q=((ribalda)+AND+rt%3A1660161176..)+AND+dt%3A20220908195223.. > E: imaps://imap.gmail.com/lei/me connection failed. > E: Consider using `--jobs ,1' to limit IMAP connections Thanks for confirming things work as intended. I think the default should be clamped, though... 15 seems a bit high for smaller IMAP servers *shrug* > ribalda@denia:/tmp/public-inbox$ lei up imaps://imap.gmail.com/lei/me --jobs ,15