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 1A2C7206FB for ; Sat, 9 Jul 2016 03:18:42 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/6] bunch of cleanups and a new feature! Date: Sat, 9 Jul 2016 03:18:29 +0000 Message-Id: <20160709031835.21005-1-e@80x24.org> List-Id: The final patch seems to be what's needed to maintain fairness for small inboxes while serving large ones. Eric Wong (6): www: drop unused constants www: cleanup parameter passing feed: remove dead code and unneeded use cleanup some unnecessary use/requires qspawn: allow configurable limiters www: add configurable limiters MANIFEST | 1 + lib/PublicInbox/Config.pm | 13 +++++++- lib/PublicInbox/ExtMsg.pm | 4 +-- lib/PublicInbox/Feed.pm | 23 ------------- lib/PublicInbox/GitHTTPBackend.pm | 15 +++++++-- lib/PublicInbox/Inbox.pm | 25 +++++++++++++- lib/PublicInbox/Mbox.pm | 1 - lib/PublicInbox/Qspawn.pm | 39 ++++++++++++++++------ lib/PublicInbox/View.pm | 2 -- lib/PublicInbox/WWW.pm | 70 ++++++++++++++++++--------------------- t/config.t | 2 ++ t/config_limiter.t | 50 ++++++++++++++++++++++++++++ t/qspawn.t | 10 +++--- 13 files changed, 171 insertions(+), 84 deletions(-)