splash ui
This commit is contained in:
@@ -185,7 +185,7 @@ namespace Gallery.Util
|
||||
var data = new byte[size];
|
||||
var task = new TaskCompletionSource<string>();
|
||||
|
||||
ParallelTask.Start($"download.async.{id}", 0, list.Count, 2, i =>
|
||||
ParallelTask.Start($"download.async.{id}", 0, list.Count, Config.MaxThreads, i =>
|
||||
{
|
||||
var (from, to) = list[i];
|
||||
using (var request = new HttpRequestMessage(HttpMethod.Get, url))
|
||||
|
Reference in New Issue
Block a user