From 654752eb42c945d85d9d153840f380cfde61008f Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 1 Feb 2024 17:38:31 +0900 Subject: [PATCH] Add TODO about preserve flag setting --- .../ScoreStatisticsQueueProcessor.cs | 1 + 1 file changed, 1 insertion(+) 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)