Skip to content

Commit

Permalink
give longer
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Mar 25, 2024
1 parent d38fbe8 commit 4ec246c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starsky/starsky.foundation.platform/Helpers/PathHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static partial class PathHelper
[GeneratedRegex(
"[^/]+(?=(?:\\.[^.]+)?$)",
RegexOptions.CultureInvariant,
matchTimeoutMilliseconds: 300)]
matchTimeoutMilliseconds: 1000)]
private static partial Regex GetFileNameRegex();

/// <summary>
Expand Down

0 comments on commit 4ec246c

Please sign in to comment.