1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00

Check cancellation token if importer was resumed while sleeping

This commit is contained in:
Salman Ahmed 2023-01-09 20:07:46 +03:00
parent a1fbfe4b8b
commit 8a05223591

View File

@ -569,6 +569,7 @@ namespace osu.Game.Database
Thread.Sleep(500);
}
cancellationToken.ThrowIfCancellationRequested();
Logger.Log($@"{GetType().Name} is being resumed.");
}