439
Views
3
Comments
SetRequestTimeout
Question

Greetings,
Can any one help me how to use SetRequestTimeout  of HTTP REQUEST HANDLER in Reactive Web App to increase the server time out
thank you in advance.

2025-08-22 10-19-44
Pramod Jain
 
MVP

Hi Anand,

You need to call this action before you make the http request to server. This increase in the wait time for the http request to complete.
Also not sure this will work on reactive or not as reactive has a different way of calling than the traditional web.


Regards,

-PJ-

UserImage.jpg
anand kumar

Pramod Jain wrote:

Hi Anand,

You need to call this action before you make the http request to server. This increase in the wait time for the http request to complete.
Also not sure this will work on reactive or not as reactive has a different way of calling than the traditional web.


Regards,

-PJ-

 thank you for your quick response . can u plz help for how to increase the timeout in Reactive Web App??

 

2025-08-22 10-19-44
Pramod Jain
 
MVP

Hi Anand,

In reactive you can do this at module level , select the module name and you will see the property to set the server action timeout to set , the default value is 10 second for it.

Regards,

-PJ-

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.