[PR #62] [MERGED] Let's fix this performance issue with log parsing #179

Closed
opened 2026-02-15 15:55:15 -05:00 by yindo · 0 comments
Owner

📋 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: masterHead: log_processing_perf_fix


📝 Commits (1)

  • 5742f4f let'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.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/62 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 8/8/2018 **Status:** ✅ Merged **Merged:** 8/8/2018 **Merged by:** [@Nicba1010](https://github.com/Nicba1010) **Base:** `master` ← **Head:** `log_processing_perf_fix` --- ### 📝 Commits (1) - [`5742f4f`](https://github.com/RPCS3/discord-bot/commit/5742f4fbed0520a88e80c096544c1d38378e94f6) let's fix this performance issue with log parsing blocking all the event processing ### 📊 Changes **1 file changed** (+90 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/LogInfoHandler.cs` (+90 -59) </details> ### 📄 Description Right now parsing the log blocks the event processing loop, so bot drops all commands until it's finished --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:15 -05:00
yindo closed this issue 2026-02-15 15:55:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#179