mirror of https://github.com/apache/activemq.git
fix for AMQ-2014
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@722093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7c70973de3
commit
e1f29b9024
|
@ -180,7 +180,7 @@ var amq =
|
|||
_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 });
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue