From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81919 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Excessive nntp reads since today Date: Tue, 12 Jun 2012 14:11:40 +0200 Message-ID: <877gvcd91f.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1339503124 12286 80.91.229.3 (12 Jun 2012 12:12:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2012 12:12:04 +0000 (UTC) Cc: wjenkner@inode.at To: ding@gnus.org Original-X-From: ding-owner+M30189@lists.math.uh.edu Tue Jun 12 14:12:03 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SePx3-0004hq-Id for ding-account@gmane.org; Tue, 12 Jun 2012 14:12:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1SePx2-0001HH-56; Tue, 12 Jun 2012 07:12:00 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1SePx1-0001H8-5Q for ding@lists.math.uh.edu; Tue, 12 Jun 2012 07:11:59 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1SePwp-00028v-RU for ding@lists.math.uh.edu; Tue, 12 Jun 2012 07:11:59 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SePwo-0007fQ-74 for ding@gnus.org; Tue, 12 Jun 2012 14:11:46 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id BCA33D23CB; Tue, 12 Jun 2012 14:11:45 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sEnn8d2ACSpZ; Tue, 12 Jun 2012 14:11:45 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 370A0D23C2; Tue, 12 Jun 2012 14:11:45 +0200 (CEST) User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.0.97 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81919 Archived-At: Hi all, since I've updated Ma Gnus today, when I want to enter some nntp group with, say, 3 unread articles, it'll start downloading the whole internet. Well, seriously, it'll frequently download twenty or more MB. My `gnus-fetch-old-headers' is 'some, so it might want to fetch some older messages to connect new articles in a thread, but not so many. I just entered the gmane xetex group which had 4 new articles. The summary showed those 4 articles + 2 old articles from yesterday (the 4 new were replies of the 2 old ones). But when entering the group, the "nntp read: kb" message counted to more than 12.000. I suspect this change is the culprit, so I added Wolfgang to the Cc. ,---- | commit 44f603535c63aab124e139b145fce20fff488f38 | Author: Wolfgang Jenkner | Date: Mon Jun 11 23:49:17 2012 +0200 | | Make `A T' work when agentized | | * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of | articles when fetch-old is non-nil (bug#11370). `---- Bye, Tassilo