mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #338] [MERGED] Rework how log parsing timeout works to fix the deadlock #413
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/338
Author: @13xforever
Created: 6/13/2019
Status: ✅ Merged
Merged: 6/13/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (1)
d7c5dd7rework how log parsing timeout works to fix the deadlock📊 Changes
14 files changed (+59 additions, -45 deletions)
View changed files
📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs(+5 -4)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/IArchiveHandler.cs(+2 -1)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs(+5 -4)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs(+6 -5)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs(+6 -5)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs(+6 -5)📝
CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs(+4 -5)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs(+3 -2)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/DropboxHandler.cs(+3 -2)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs(+5 -4)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/ISourceHandler.cs(+2 -1)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/MegaHandler.cs(+4 -3)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/PastebinHandler.cs(+3 -2)📝
CompatBot/EventHandlers/LogParsingHandler.cs(+5 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.