Skip to content

Commit

Permalink
Disable Server GC
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Nov 19, 2024
1 parent 04282f3 commit 15e9eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lynx.Cli/Lynx.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!--In favour of tiered compilation-->
<PublishReadyToRun>false</PublishReadyToRun>

<ServerGarbageCollection>true</ServerGarbageCollection>
<ServerGarbageCollection>false</ServerGarbageCollection>
<GarbageCollectionAdaptationMode>0</GarbageCollectionAdaptationMode>

<!--https://learn.microsoft.com/en-us/dotnet/core/compatibility/interop/9.0/cet-support-->
Expand Down

0 comments on commit 15e9eb5

Please sign in to comment.