Skip to content

Commit

Permalink
Update DownloadHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Apr 6, 2024
1 parent c3dc13e commit 1465140
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ProjBobcat/ProjBobcat/Class/Helper/DownloadHelper.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Buffers;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
Expand All @@ -25,7 +24,6 @@ public static class DownloadHelper
/// </summary>
public static int DownloadThread { get; set; } = 8;

const int DefaultBufferSize = 1024 * 1024 * 4;
static HttpClient Head => HttpClientHelper.HeadClient;
static HttpClient Data => HttpClientHelper.DataClient;
static HttpClient MultiPart => HttpClientHelper.MultiPartClient;
Expand Down

0 comments on commit 1465140

Please sign in to comment.