You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: osu.Server.QueueProcessor/BeatmapStatusWatcher.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ public static async Task<BeatmapUpdates> GetUpdatedBeatmapSetsAsync(int? lastQue
56
56
57
57
if(lastQueueId.HasValue)
58
58
{
59
-
varitems=(awaitconnection.QueryAsync<bss_process_queue_item>("SELECT * FROM bss_process_queue WHERE queue_id > @lastQueueId LIMIT @limit",new
59
+
varitems=(awaitconnection.QueryAsync<bss_process_queue_item>("SELECT * FROM bss_process_queue WHERE queue_id > @lastQueueId ORDER BY queue_id LIMIT @limit",new
0 commit comments