From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id DE8B41FF40; Sat, 17 Dec 2016 05:41:32 +0000 (UTC) Date: Sat, 17 Dec 2016 05:41:32 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH] feed: support publicinbox..feedmax Message-ID: <20161217054132.GA2952@dcvr> References: <20161217043053.24102-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161217043053.24102-1-e@80x24.org> List-Id: Eric Wong wrote: > The default feed size is now 100 messages, as we expect to be 100 hurts performance, keeping it at the previous 25, for now. Updated commit message: This allows users to customize by using smaller or larger Atom feeds than the default value of 25 entries.