X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Flei-q.pod;h=d52c5b046d1da4c2f1f530899aadca06de9a303a;hb=HEAD;hp=1cbffba4b36bb0eea2d9c0c077419674155ac89f;hpb=3d280ae91480d846f31a05890d59d0d1d42df129;p=public-inbox.git diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod index 1cbffba4..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 @@ -241,7 +258,7 @@ Whether to wrap L and L commands with L. Default: C -=item --proxy=PROTO://HOST[:PORT] +=item --proxy=PROTOCOL://HOST[:PORT] =back