I’m using Ext Direct to communicate with the server side. My server side takes more than 45 seconds to return all the data to extjs. I can see in the network ( in chrome browser ), that my request was cancelled since the operation took more than 30 seconds.
Where can i override this setting ?
Is it possible ?
In your ext-all-debug.js,
under
You can edit the timeout to a higher value, the default value is 30 seconds.