X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Flei-q.pod;h=d52c5b046d1da4c2f1f530899aadca06de9a303a;hb=464c28e42bbbe54fc1d13629258eff31ecfc1689;hp=fe281d7b0121945fa3df486d5509c8edcd109bbd;hpb=1f1b1f0e22f7b4cbe5c8e843c1932222c0461393;p=public-inbox.git diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod index fe281d7b..d52c5b04 100644 --- a/Documentation/lei-q.pod +++ b/Documentation/lei-q.pod @@ -124,6 +124,23 @@ of the same thread. TODO: Warning: this flag may become persistent and saved in lei/store unless an MUA unflags it! (Behavior undecided) +=item --jobs=QUERY_WORKERS[,WRITE_WORKERS] +=item --jobs=,WRITE_WORKERS + +=item -j QUERY_WORKERS[,WRITE_WORKERS] +=item -j ,WRITE_WORKERS + +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 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 + =item --dedupe=STRATEGY =item -d STRATEGY @@ -237,11 +254,11 @@ Suppress feedback messages. =item --no-torsocks -Whether to wrap L and L commands with torsocks. +Whether to wrap L and L commands with L. Default: C -=item --proxy=PROTO://HOST[:PORT] +=item --proxy=PROTOCOL://HOST[:PORT] =back @@ -253,30 +270,31 @@ instances: =for comment AUTO-GENERATED-SEARCH-TERMS-BEGIN - s: match within Subject e.g. s:"a quick brown fox" - d: match date-time range, git "approxidate" formats supported - Open-ended ranges such as `d:last.week..' and - `d:..2.days.ago' are supported - b: match within message body, including text attachments - nq: match non-quoted text within message body - q: match quoted text within message body - n: match filename of attachment(s) - t: match within the To header - c: match within the Cc header - f: match within the From header - a: match within the To, Cc, and From headers - tc: match within the To and Cc headers - l: match contents of the List-Id header - bs: match within the Subject and body - dfn: match filename from diff - dfa: match diff removed (-) lines - dfb: match diff added (+) lines - dfhh: match diff hunk header context (usually a function name) - dfctx: match diff context lines - dfpre: match pre-image git blob ID - dfpost: match post-image git blob ID - dfblob: match either pre or post-image git blob ID - rt: match received time, like `d:' if sender's clock was correct + s: match within Subject e.g. s:"a quick brown fox" + d: match date-time range, git "approxidate" formats supported + Open-ended ranges such as `d:last.week..' and + `d:..2.days.ago' are supported + b: match within message body, including text attachments + nq: match non-quoted text within message body + q: match quoted text within message body + n: match filename of attachment(s) + t: match within the To header + c: match within the Cc header + f: match within the From header + a: match within the To, Cc, and From headers + tc: match within the To and Cc headers + l: match contents of the List-Id header + bs: match within the Subject and body + dfn: match filename from diff + dfa: match diff removed (-) lines + dfb: match diff added (+) lines + dfhh: match diff hunk header context (usually a function name) + dfctx: match diff context lines + dfpre: match pre-image git blob ID + dfpost: match post-image git blob ID + dfblob: match either pre or post-image git blob ID + patchid: match `git patch-id --stable' output + rt: match received time, like `d:' if sender's clock was correct =for comment AUTO-GENERATED-SEARCH-TERMS-END