Httpclient.Timeout after 100 second

Stimulsoft Reports.WEB discussion
Post Reply
ShakeebAhmed
Posts: 17
Joined: Wed Nov 12, 2014 2:22 pm

Httpclient.Timeout after 100 second

Post by ShakeebAhmed »

Hello,

We are getting Httpclient.Timeout error after 100 second while loading large dataset. How to increase that httpclient timeout? Below are the details what we are using.

Version - 2025.4.3
Stimulsoft.Data.GraphQL - 2025.4.3 --> Seems like problem is somewhere here as we uses graphql query and that get's timeout.
Tech - .Net core, Angular

We are trying to export the report which uses datasource of graphql and it does works well with 10K records but when I change it to 100K, it throws the timeout error in our custom export feature "report.Render(false)". Tried to extend timeout of viewer but it didn't works.

Thanks.
Vadim
Posts: 426
Joined: Tue Apr 23, 2013 11:23 am

Re: Httpclient.Timeout after 100 second

Post by Vadim »

Hello

For web requests please use

Code: Select all

StiAngularViewerOptions options.Server.RequestTimeout
(seconds)
Post Reply