From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Mail slowness part MXCIV Date: Mon, 18 Jul 2011 11:40:32 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1311003835 27129 80.91.229.12 (18 Jul 2011 15:43:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jul 2011 15:43:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 18 17:43:50 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qipz4-0004BR-9Y for ged-emacs-devel@m.gmane.org; Mon, 18 Jul 2011 17:43:50 +0200 Original-Received: from localhost ([::1]:59271 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qipz2-0003XX-U0 for ged-emacs-devel@m.gmane.org; Mon, 18 Jul 2011 11:43:49 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qipwc-00035q-Na for emacs-devel@gnu.org; Mon, 18 Jul 2011 11:41:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qipvu-00010H-R0 for emacs-devel@gnu.org; Mon, 18 Jul 2011 11:41:18 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:26232 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qipvu-000109-4i for emacs-devel@gnu.org; Mon, 18 Jul 2011 11:40:34 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: An8HAG9TJE5MCqt8/2dsb2JhbABUmHeOfXiIfMI7hjwEnyeEMA X-IronPort-AV: E=Sophos;i="4.67,222,1309752000"; d="scan'208";a="126528276" Original-Received: from 76-10-171-124.dsl.teksavvy.com (HELO ceviche.home) ([76.10.171.124]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 18 Jul 2011 11:40:33 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id AFD416660D; Mon, 18 Jul 2011 11:40:32 -0400 (EDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 17 Jul 2011 20:46:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142112 Archived-At: >> Try opening a Savannah support request in the first instance. >> It certainly looks like something has gone wrong at the moment. > It's always like this, as far as I can tell. Commit messages appear two > to fifty two hours after the commit has been done. IIUC part of the problem is that the Bzr commit emails are generated via polling: basically like repeatedly doing a "bzr pull" until you see that there's something new at which point you send the content that you just pulled. Stefa