Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 79077 invoked from network); 1 Dec 2008 15:31:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2008 15:31:22 -0000 Received: (qmail 26084 invoked by uid 500); 1 Dec 2008 15:31:34 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 26027 invoked by uid 500); 1 Dec 2008 15:31:34 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 26018 invoked by uid 99); 1 Dec 2008 15:31:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 07:31:34 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 15:30:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3293F23889F1; Mon, 1 Dec 2008 07:31:02 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r722093 - /activemq/trunk/activemq-web/src/main/resources/org/apache/activemq/web/_amq.js Date: Mon, 01 Dec 2008 15:31:02 -0000 To: commits@activemq.apache.org From: dejanb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081201153102.3293F23889F1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dejanb Date: Mon Dec 1 07:31:01 2008 New Revision: 722093 URL: http://svn.apache.org/viewvc?rev=722093&view=rev Log: fix for AMQ-2014 Modified: activemq/trunk/activemq-web/src/main/resources/org/apache/activemq/web/_amq.js Modified: activemq/trunk/activemq-web/src/main/resources/org/apache/activemq/web/_amq.js URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web/src/main/resources/org/apache/activemq/web/_amq.js?rev=722093&r1=722092&r2=722093&view=diff ============================================================================== --- activemq/trunk/activemq-web/src/main/resources/org/apache/activemq/web/_amq.js (original) +++ activemq/trunk/activemq-web/src/main/resources/org/apache/activemq/web/_amq.js Mon Dec 1 07:31:01 2008 @@ -180,7 +180,7 @@ _startPolling : function() { if (amq.poll) - new Ajax.Request(amq.uri, { method: 'get', parameters: 'timeout=0', onSuccess: amq._pollHandler }); + new Ajax.Request(amq.uri, { method: 'get', parameters: 'timeout=10', onSuccess: amq._pollHandler }); } };