mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix the subject of compile metrics
This commit is contained in:
parent
4357564347
commit
f702615ed5
@ -79,7 +79,7 @@ namespace Wabbajack.Lib
|
||||
|
||||
protected override async Task<bool> _Begin(CancellationToken cancel)
|
||||
{
|
||||
var _ = Metrics.Send("begin_compiling", ModListName ?? "unknown");
|
||||
var _ = Metrics.Send("begin_compiling", MO2Profile ?? "unknown");
|
||||
if (cancel.IsCancellationRequested) return false;
|
||||
Queue.SetActiveThreadsObservable(ConstructDynamicNumThreads(await RecommendQueueSize()));
|
||||
UpdateTracker.Reset();
|
||||
|
Loading…
Reference in New Issue
Block a user