compassinformatics / cpsi-mapview

GNU General Public License v3.0
6 stars 14 forks source link

Ensure increased timeout it used in all cases #678

Closed geographika closed 8 months ago

geographika commented 8 months ago

Timeout seemed to be ignored when updating Ext.data.Model with a proxy set. This update ensures the browser doesn't timeout with a "Communication Failure" after the default 30 seconds.

See also https://stackoverflow.com/a/19565108/179520