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 90C2F1F404; Wed, 7 Mar 2018 19:16:03 +0000 (UTC) Date: Wed, 7 Mar 2018 19:16:03 +0000 From: Eric Wong To: Sergey Organov Cc: meta@public-inbox.org Subject: Re: inbox.comp.version-control.git just stopped working Message-ID: <20180307191603.GA24371@dcvr> References: <8760684f31.fsf@javad.com> <20180307093754.GA27748@dcvr> <877eqoylu6.fsf@javad.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <877eqoylu6.fsf@javad.com> List-Id: Sergey Organov wrote: > Eric Wong writes: > > I'm not familiar with Gnus or Emacs at all, but is there a way > > you can show me a protocol dump? > > Please see attachment. (any reason this wasn't sent to the public list? others may be able to help if my 2nd attempt to fix did not work) Anyways, I noticed you're pipelining a lot of XOVER commands and maybe https://public-inbox.org/meta/20180307190810.20784-1-e@80x24.org/raw helps (deployed to news.public-inbox.org) Otherwise, I also looked at the emacs source ( ./lisp/gnus/nntp.el ) and found: (defvoo nntp-maximum-request 400 "*The maximum number of the requests sent to the NNTP server at one time. If Emacs hangs up while retrieving headers, set the variable to a lower value.") Maybe you can set nntp-maximum-request to a smaller number (maybe 5) and see if it helps.