mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-09 05:06:04 +00:00
Update ResourceServer.cs
This commit is contained in:
parent
9ecc93a399
commit
295ad2fca8
|
@ -22,7 +22,7 @@ namespace WelsonJS.Launcher
|
||||||
private string _resourceName;
|
private string _resourceName;
|
||||||
private List<IResourceTool> _tools = new List<IResourceTool>();
|
private List<IResourceTool> _tools = new List<IResourceTool>();
|
||||||
private const int _blobTimeout = 5000;
|
private const int _blobTimeout = 5000;
|
||||||
private static readonly HttpClient _blobClient = new HttpClient();
|
private readonly HttpClient _blobClient = new HttpClient();
|
||||||
|
|
||||||
public ResourceServer(string prefix, string resourceName)
|
public ResourceServer(string prefix, string resourceName)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user