Skip to content

Commit

Permalink
attempt to use a different gc that uses less memory
Browse files Browse the repository at this point in the history
  • Loading branch information
loukylor committed Nov 12, 2024
1 parent 8e06a58 commit f327c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion TrickfireCheckIn/Discord/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using DSharpPlus.Commands.Processors.SlashCommands.Metadata;
using DSharpPlus.Entities;
using DSharpPlus.Exceptions;
using System;
using System.ComponentModel;

namespace TrickfireCheckIn.Discord
Expand Down
2 changes: 2 additions & 0 deletions TrickfireCheckIn/TrickfireCheckIn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ServerGarbageCollection>true</ServerGarbageCollection>
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f327c58

Please sign in to comment.