BUG 8875 "Feature: New ExtJS based for Install, Login & Main Proces..." UPDATED

increasing Ext.Ajax.timeout from 90 sec. to 4 mins. on new installer
This commit is contained in:
Erik Amaru Ortiz
2012-04-11 18:54:54 -04:00
parent 23ecc0369a
commit fd02842a25

View File

@@ -3,7 +3,7 @@ var wizard;
// Extend timeout for all Ext.Ajax.requests to 90 seconds.
// Ext.Ajax is a singleton, this statement will extend the timeout
// for all subsequent Ext.Ajax calls.
Ext.Ajax.timeout = 90000;
Ext.Ajax.timeout = 4 * 60 * 1000;
Ext.onReady(function(){