You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When loading many images, a timeout occurs in the KontentDownloadImage module
To Reproduce
Setup an image download pipeline for many pages with images in various sizes.
Expected behavior
All images should download, without error.
Actual behavior
The pipeline failes, reporting a timeout.
Environment(please complete the following information):
OS: Windows
.NET version : 6
Package version: 2.0.0-beta0015
Additional context
Seeing this happen when downloading over 300 images. Traced it back to Statiqs ReadWeb module, which spawns as many threads as it can to download the images.
The text was updated successfully, but these errors were encountered:
Describe the bug
When loading many images, a timeout occurs in the KontentDownloadImage module
To Reproduce
Setup an image download pipeline for many pages with images in various sizes.
Expected behavior
All images should download, without error.
Actual behavior
The pipeline failes, reporting a timeout.
Environment(please complete the following information):
Additional context
Seeing this happen when downloading over 300 images. Traced it back to Statiqs ReadWeb module, which spawns as many threads as it can to download the images.
The text was updated successfully, but these errors were encountered: