]> Sergey Matveev's repositories - public-inbox.git/commit
lei q|up: limit default write --jobs for IMAP(S)
authorEric Wong <e@80x24.org>
Mon, 14 Nov 2022 08:07:02 +0000 (08:07 +0000)
committerEric Wong <e@80x24.org>
Wed, 16 Nov 2022 02:42:39 +0000 (02:42 +0000)
commitf7ac353a6e88abdae687cc30d7562a2171684d51
treee0fb36cd0e51a6c01a002039ee6a4810dc90f54c
parent4d78e55e9d6ca77f8b1ef0f19e44cc33cc2cb981
lei q|up: limit default write --jobs for IMAP(S)

Eric Wong <e@80x24.org> wrote:
> 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*

--------8<-------
Subject: [PATCH] lei q|up: limit default write --jobs for IMAP(S)

IMAP(S) servers often limit per-user connections, so avoid
bumping into limits to improve the out-of-the-box experience.
4 seems like a conservative default, since we already chose
that number for remote HTTP(S) endpoints.

Link: https://public-inbox.org/meta/20220910201958.GA12212@dcvr/
Documentation/lei-q.pod
lib/PublicInbox/LeiQuery.pm