planetfederal/gxp

default timeout of 30 seconds does not make sense for ping request (lazy WMS)

Closed this issue · 0 comments

currently when doing lazy loading, the WMS is pinged. This Ext.Ajax.Request uses the default timeout of 30 seconds. I think it would make sense to lower this to 1 second (and make it configurable as well).

Also, error handling when pinging fails should at least give a console.warn message.