From 6a7e3c6f870d0555184b68940eb373fa102d4102 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 10 Aug 2020 02:12:00 +0000 Subject: index: cleanup internal variables Move away from hard-to-read alllowercase naming and favor snake_case or separated-by-dashes. We'll keep `--indexlevel' as-is for now, since it's been around for several releases; but we'll support `--index-level' in the CLI and update our documentation in a few months. We'll also clarify that publicInbox.indexMaxSize is only intended for -index, and not -watch or -mda. --- Documentation/public-inbox-index.pod | 6 +++++- Documentation/public-inbox-init.pod | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/public-inbox-index.pod b/Documentation/public-inbox-index.pod index 10cf2d19..b28db773 100644 --- a/Documentation/public-inbox-index.pod +++ b/Documentation/public-inbox-index.pod @@ -158,7 +158,11 @@ value. A single suffix modifier of C, C or C is supported, thus the value of C<1m> to prevents indexing of messages larger than one megabyte. -This is useful for avoiding memory exhaustion in mirrors. +This is useful for avoiding memory exhaustion in mirrors +via git. It does not prevent L or +L from importing (and indexing) +a message. + This option is only available in public-inbox 1.5 or later. Default: none diff --git a/Documentation/public-inbox-init.pod b/Documentation/public-inbox-init.pod index fd9fc637..d0c87563 100644 --- a/Documentation/public-inbox-init.pod +++ b/Documentation/public-inbox-init.pod @@ -31,7 +31,7 @@ L. Default: C<1> -=item --indexlevel +=item -L, --indexlevel Controls the indexing level for L -- cgit v1.2.3-24-ge0c7