Closed dipankarmaikap closed 3 years ago
Hi @dipankarmaikap , the timeout setting you're mentioning is for GraphQL requests. There isn't currently a setting for the timeout of individual images. A new option would need to be added for this.
I've moved this to our internal backlog - if anyone feels strongly about this feature please add a feature request at https://portal.gatsbyjs.com/gatsby-cloud
When fetching media items/images it returns.
Fetching image_url is taking a long time time (longer than 15 seconds). This file is File_size MB
After few of this line it crashes witherror RequestError: Timeout awaiting 'request' for 30000ms.
Here is my config
I don't understand why it would say
error RequestError: Timeout awaiting 'request' for 30000ms.
as you can see the time out is set to 2min. Also how can I can increase the media fetching time more than 15sec. Please let me know what am I doing wrong or how can I resolve this issue.Thank You