mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #62] [MERGED] Let's fix this performance issue with log parsing #179
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/62
Author: @13xforever
Created: 8/8/2018
Status: ✅ Merged
Merged: 8/8/2018
Merged by: @Nicba1010
Base:
master← Head:log_processing_perf_fix📝 Commits (1)
5742f4flet's fix this performance issue with log parsing blocking all the event processing📊 Changes
1 file changed (+90 additions, -59 deletions)
View changed files
📝
CompatBot/EventHandlers/LogInfoHandler.cs(+90 -59)📄 Description
Right now parsing the log blocks the event processing loop, so bot drops all commands until it's finished
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.