perf(downloads): stream concurrent native queue work

This commit is contained in:
zarzet
2026-08-26 18:37:56 +07:00
parent e149ee5358
commit 0e3fca9967
9 changed files with 840 additions and 44 deletions
+1
View File
@@ -58,6 +58,7 @@ type DownloadRequest struct {
AllowQualityVariant bool `json:"allow_quality_variant,omitempty"`
QualityVariant string `json:"quality_variant,omitempty"`
SongLinkRegion string `json:"songlink_region,omitempty"`
NetworkConcurrencyLimit int `json:"network_concurrency_limit,omitempty"`
}
type DownloadResponse struct {