From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id BE2661F4B4; Tue, 13 Oct 2020 07:19:02 +0000 (UTC) Date: Tue, 13 Oct 2020 07:19:01 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH] admin: preserve config ordering of `--all' switch Message-ID: <20201013071901.GA42463@dcvr> References: <20201013013430.13816-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201013013430.13816-1-e@80x24.org> List-Id: Eric Wong wrote: > When `--all' is passed to -index and similar commands, process > them in the same order as what is given in the config file. Pushed along with following explanation: This ensures predictable behavior so admins can ensure certain inboxes see updated indices before others. For (upcoming) external indices, this will ensure stable Xref: ordering for predictable caching/memoization by NNTP clients. Brain farts a plenty...