Fill in thread pool names

This commit is contained in:
Dean Herbert
2019-06-12 00:35:13 +09:00
parent 606be3d7ce
commit 27054a744e
2 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ namespace osu.Game.Beatmaps
private const int update_queue_request_concurrency = 4;
private readonly ThreadedTaskScheduler updateScheduler = new ThreadedTaskScheduler(update_queue_request_concurrency);
private readonly ThreadedTaskScheduler updateScheduler = new ThreadedTaskScheduler(update_queue_request_concurrency, nameof(BeatmapUpdateQueue));
public BeatmapUpdateQueue(IAPIProvider api)
{