mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Added some other task handling for collection caches.
This commit is contained in:
parent
0243e7a633
commit
e98003eb09
11 changed files with 110 additions and 36 deletions
|
|
@ -41,7 +41,7 @@ public class ModNormalizer
|
|||
Step = 0;
|
||||
TotalSteps = mod.TotalFileCount + 5;
|
||||
|
||||
Worker = Task.Run(NormalizeSync);
|
||||
Worker = TrackedTask.Run(NormalizeSync);
|
||||
}
|
||||
|
||||
private void NormalizeSync()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue