Skip to content
Snippets Groups Projects
Commit 7056b8d7 authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

Merge branch 'Hotfix/951-connectionFix' into 'master'

Hotfix/953-fileNameWithSpace

See merge request coscine/api/blobapi!5
parents e2579371 9d259dc9
Branches
Tags v1.1.1
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