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:
Bosanac Dejan 2008-12-01 15:31:01 +00:00
parent 7c70973de3
commit e1f29b9024
1 changed files with 1 additions and 1 deletions

View File

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