extjs中设立全局Ajax请求超时时间

extjs中设置全局Ajax请求超时时间

添加如下代码:

Ext.Ajax.timeout = 90000;