I am using Extjs MVC archtecture in my application and DJN for server communication. By default the Ext js Ajax request time out is 30 seconds , can we increase the time out of Ext js Ajax request in DJN.
you may try the following to increase the timeout for your ajax:-
if your js file contains several ajax requests, this only needs to be done once at the top of the js file that you want to extend the timeout for.