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:
@@ -128,7 +128,7 @@ namespace SabreTools.Library.Dats
|
||||
|
||||
// Now loop through and get only directories from the input paths
|
||||
List<string> directories = new List<string>();
|
||||
Parallel.ForEach(inputs, Globals.ParallelOptions, input =>
|
||||
Parallel.ForEach(inputs, input =>
|
||||
{
|
||||
// Add to the list if the input is a directory
|
||||
if (Directory.Exists(input))
|
||||
|
||||
Reference in New Issue
Block a user