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.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from pb-smtp20.pobox.com (pb-smtp20.pobox.com [173.228.157.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 3F6EB1F531 for ; Mon, 10 Aug 2020 02:38:10 +0000 (UTC) Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 571FFE51A3; Sun, 9 Aug 2020 22:38:09 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=sasl; bh=B3DHNEOz57ybOp9eVjg5Mpv2NJI=; b=e7s0it cHlaEjpJDbLABBGH3Pypv+9v5HTZ8XqF3eTNKGNci/NBVP7aCuJcfYrNUWUZvDfy SDpMjmxDq/rUCeqaGV4beZs6CzQkArnCLKPRiP1BO+BVM1VE6AaenFc/QZn5H1EH JjBZUyXKScyJfrwI4RfJQ9cVcgAaijrp5vL+8= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 50865E51A2; Sun, 9 Aug 2020 22:38:09 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:in-reply-to:references:date:message-id:mime-version:content-type; s=mesmtp; bh=Vb3O9g0FBgkGEYues3CYWR1CbuVNnabZzO7brhfmr+s=; b=cRUfn94l+DDbegIQOnnSg9IetuZbc3/EDQpBrOFTeOuhgPHLUU2dMhQk/vo9nHwEcKo9iXL+yJSr87juP/BGQ5BoVAlqSvlUPxMqXfKJSIrsCi/Csoxl4MDZ2mZO4hwzf0WQoW8vnDz4xJXjtlr3jW3fYluUyh1eAf3CfQ02F/M= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 5D8CBE519F; Sun, 9 Aug 2020 22:38:05 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 03/14] doc: index: more notes about latest changes In-Reply-To: <20200810021205.18909-4-e@yhbt.net> References: <20200810021205.18909-1-e@yhbt.net> <20200810021205.18909-4-e@yhbt.net> Date: Sun, 09 Aug 2020 22:38:03 -0400 Message-ID: <87v9hr9qes.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 84B921A4-DAB2-11EA-A30A-F0EA2EB3C613-24757444!pb-smtp20.pobox.com List-Id: Eric Wong writes: > For L inboxes, this value is > multiplied by the number of Xapian shards. Thus a typical v2 > -inbox with 3 shards will flush every 3 megabytes by default. > - > -Default: 1m (one megabyte) > +inbox with 3 shards will flush every 3 megabytes by default > +when unless parallelism is disabled via C<--sequential-shard> s/when unless/unless/ ? > +or C<--jobs=0>.