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:
@@ -3,7 +3,7 @@ var wizard;
|
|||||||
// Extend timeout for all Ext.Ajax.requests to 90 seconds.
|
// Extend timeout for all Ext.Ajax.requests to 90 seconds.
|
||||||
// Ext.Ajax is a singleton, this statement will extend the timeout
|
// Ext.Ajax is a singleton, this statement will extend the timeout
|
||||||
// for all subsequent Ext.Ajax calls.
|
// for all subsequent Ext.Ajax calls.
|
||||||
Ext.Ajax.timeout = 90000;
|
Ext.Ajax.timeout = 4 * 60 * 1000;
|
||||||
|
|
||||||
Ext.onReady(function(){
|
Ext.onReady(function(){
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user