diff --git a/osu.Server.Queues.ScoreStatisticsProcessor/ScoreStatisticsQueueProcessor.cs b/osu.Server.Queues.ScoreStatisticsProcessor/ScoreStatisticsQueueProcessor.cs index bced87b4..22cf1f8d 100644 --- a/osu.Server.Queues.ScoreStatisticsProcessor/ScoreStatisticsQueueProcessor.cs +++ b/osu.Server.Queues.ScoreStatisticsProcessor/ScoreStatisticsQueueProcessor.cs @@ -169,6 +169,7 @@ protected override void ProcessResult(ScoreItem item) transaction.Commit(); } + // TODO: this can be removed after https://github.com/ppy/osu-web/issues/10942 is closed out. // Intentionally not part of the transaction to avoid deadlocks. // See https://discord.com/channels/90072389919997952/983550677794050108/1199725169573380136 if (score.Passed)