mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Turn off Server GC to hopefully help with #2127
This commit is contained in:
parent
b8739142ca
commit
520eb29eee
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@
|
|||
<Version>$(FullVer)</Version>
|
||||
<PackageVersion></PackageVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<ServerGarbageCollection>false</ServerGarbageCollection>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DocumentationFile>bin\Debug\netcoreapp2.0\Swagger.xml</DocumentationFile>
|
||||
<NoWarn>1701;1702;1705;1591;</NoWarn>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue