You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2008/12/01 16:31:02 UTC

svn commit: r722093 - /activemq/trunk/activemq-web/src/main/resources/org/apache/activemq/web/_amq.js

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 });
   }
 };