Skip to content
Snippets Groups Projects
Commit 9d259dc9 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Fix: Work with multiple connections (coscine/issues#953)

parent e2579371
No related branches found
No related tags found
1 merge request!5Hotfix/953-fileNameWithSpace
......@@ -535,10 +535,6 @@
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.2.9.2\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.2.9.2\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
</ItemGroup>
<ItemGroup>
<Content Include="Microsoft.DiaSymReader.Native.amd64.dll" />
<Content Include="Microsoft.DiaSymReader.Native.x86.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
......
File deleted
File deleted
......@@ -7,6 +7,8 @@ namespace Coscine.Api.Blob
{
public static void Main()
{
System.Net.ServicePointManager.DefaultConnectionLimit = int.MaxValue;
InitializeWebService<Startup>();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment