Skip to content

Pass a timeout to limit the execution time. #581

@ziagham

Description

@ziagham

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);

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions