What version of FlowSynx?
1.2.1
Describe the bug
Pass a timeout to limit the execution time for Regex in the CreateRegex method located in file: /plugins/FlowSynx.Plugins.LocalFileSystem/Extensions/DirectoryInfoExtensions.cs
var timeout = TimeSpan.FromSeconds(5);
return new Regex(listParameters.Filter, regexOptions, timeout);