Skip to main content

IMAGE_DOWNLOAD_SEMAPHORE

Static IMAGE_DOWNLOAD_SEMAPHORE 

Source
static IMAGE_DOWNLOAD_SEMAPHORE: OnceLock<Semaphore>
Expand description

Limit concurrent image downloads to avoid saturating the connection pool. Without this, rendering a page with hundreds of album cards fires hundreds of concurrent HTTP requests, starving API calls and causing timeouts.