From f7ac353a6e88abdae687cc30d7562a2171684d51 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 14 Nov 2022 08:07:02 +0000 Subject: lei q|up: limit default write --jobs for IMAP(S) Eric Wong 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod index 8134223e..d52c5b04 100644 --- a/Documentation/lei-q.pod +++ b/Documentation/lei-q.pod @@ -135,8 +135,8 @@ Set the number of query and write worker processes for parallelism. C defaults to the number of CPUs available, but 4 per remote (HTTP/HTTPS) host. -C defaults to the number of CPUs available for Maildir, -IMAP/IMAPS, and mbox* destinations. +C defaults to 75% of the number of CPUs available for +Maildir and mbox* destinations, but 4 per IMAP/IMAPS host. Omitting C but leaving the comma (C<,>) allows one to only set C -- cgit v1.2.3-24-ge0c7