mirror of
https://github.com/ppy/osu
synced 2025-01-20 04:50:50 +00:00
Check cancellation token if importer was resumed while sleeping
This commit is contained in:
parent
a1fbfe4b8b
commit
8a05223591
@ -569,6 +569,7 @@ namespace osu.Game.Database
|
||||
Thread.Sleep(500);
|
||||
}
|
||||
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
Logger.Log($@"{GetType().Name} is being resumed.");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user