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
Currently we are only conveying change information when a user is responsible for making a change to a beatmap. Eventually we'll want to change this to also include automated (or manual) changes to beatmap status which aren't triggered by a BSS change.
varitems=(awaitconnection.QueryAsync<bss_process_queue_item>("SELECT * FROM bss_process_queue WHERE status = 2 AND queue_id > @lastQueueId LIMIT @limit",new
varlastEntry=awaitconnection.QueryFirstOrDefaultAsync<bss_process_queue_item>("SELECT * FROM bss_process_queue WHERE status = 2 ORDER BY queue_id DESC LIMIT 1");
As mentioned in ppy/osu#23159
Currently we are only conveying change information when a user is responsible for making a change to a beatmap. Eventually we'll want to change this to also include automated (or manual) changes to beatmap status which aren't triggered by a BSS change.
Relevant code:
osu-server-spectator/osu.Server.Spectator/Database/DatabaseAccess.cs
Lines 271 to 289 in 08bfe2a
The text was updated successfully, but these errors were encountered: