Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIRROR] Fix server hang in budgetordering #2868

Merged
merged 2 commits into from
Mar 12, 2024
Merged

Conversation

NaakaKo
Copy link
Collaborator

@NaakaKo NaakaKo commented Mar 11, 2024

Original PR: https://api.github.com/repos/tgstation/tgstation/pulls/81950

fixes #81949

usr is almost always null here so this will almost always runtime the inner proc which triggers a large enough amount of error logging to soft lock the server since this happens in a proc called by a loop in a proc called multiple times a second by a high priority mc subsystem.

Atm opening the budgetordering computer has the risk of causing high enough time dilation to disrupt or kill the round so this should be fast tracked to a merge

MrStonedOne and others added 2 commits March 11, 2024 18:38
fixes #81949

usr is almost always null here so this will almost always runtime the
inner proc which triggers a large enough amount of error logging to soft
lock the server since this happens in a proc called by a loop in a proc
called multiple times a second by a high priority mc subsystem.

Atm opening the budgetordering computer has the risk of causing high
enough time dilation to disrupt or kill the round so this should be fast
tracked to a merge
@NaakaKo NaakaKo added the Upstream PR Merged Used by the mirror bot. label Mar 11, 2024
@CliffracerX CliffracerX merged commit 22aa006 into master Mar 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Upstream PR Merged Used by the mirror bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants