]> Sergey Matveev's repositories - public-inbox.git/commitdiff
index: cleanup internal variables
authorEric Wong <e@yhbt.net>
Mon, 10 Aug 2020 02:12:00 +0000 (02:12 +0000)
committerEric Wong <e@yhbt.net>
Mon, 10 Aug 2020 06:26:21 +0000 (06:26 +0000)
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.


No differences found