mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #477] [MERGED] Minor memory usage optimizations #548
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/discord-bot/pull/477
Author: @13xforever
Created: 12/6/2019
Status: ✅ Merged
Merged: 12/6/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (2)
214a7e5use RecyclableMemoryStream to reduce GC pressure7781efbadd pool memory usage stats📊 Changes
16 files changed (+32 additions, -17 deletions)
View changed files
📝
Clients/CompatApiClient/ApiConfig.cs(+2 -0)📝
Clients/CompatApiClient/CompatApiClient.csproj(+1 -0)📝
Clients/CompatApiClient/Compression/Compressor.cs(+2 -2)📝
Clients/IrdLibraryClient/IrdFormat/IrdParser.cs(+2 -1)📝
Clients/IrdLibraryClient/IrdFormat/IsoHeaderParser.cs(+2 -1)📝
Clients/IrdLibraryClient/IrdLibraryClient.csproj(+1 -0)📝
Clients/PsnClient/CustomTlsCertificatesHandler.cs(+2 -2)📝
Clients/PsnClient/PsnClient.csproj(+1 -0)📝
CompatBot/Commands/Attributes/RequiresDm.cs(+2 -2)📝
CompatBot/Commands/BotStats.cs(+6 -1)📝
CompatBot/Commands/Moderation.Audit.cs(+4 -4)📝
CompatBot/Commands/Sudo.cs(+1 -1)📝
CompatBot/Commands/Syscall.cs(+1 -1)📝
CompatBot/CompatBot.csproj(+1 -0)📝
CompatBot/Config.cs(+2 -0)📝
CompatBot/Database/Providers/ThumbnailProvider.cs(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.