mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[All] Change threading to be global
This commit is contained in:
@@ -136,7 +136,7 @@ namespace SabreTools.Library.Dats
|
||||
keys.Sort(new NaturalComparer());
|
||||
|
||||
// Write out all required formats
|
||||
Parallel.ForEach(outfiles.Keys, Globals.ParallelOptions, datFormat =>
|
||||
Parallel.ForEach(outfiles.Keys, datFormat =>
|
||||
{
|
||||
string outfile = outfiles[datFormat];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user