chore(settings): graduate native download worker

This commit is contained in:
zarzet
2026-07-24 12:23:36 +07:00
parent 89dcef8ffd
commit 4713be02de
36 changed files with 39 additions and 42 deletions
@@ -103,7 +103,7 @@ extension _DownloadQueueNativeWorker on DownloadQueueNotifier {
return false;
}
if (settings.concurrentDownloads > 1) {
// The experimental native worker downloads strictly sequentially, so
// The native worker downloads strictly sequentially, so
// prefer the Dart queue when the user enabled concurrent downloads.
_log.i('Concurrent downloads enabled; skipping native worker');
return false;