We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea6655 commit 367b2abCopy full SHA for 367b2ab
1 file changed
BlazorWasmPreRendering.Build/StaticlizeCrawler.cs
@@ -66,7 +66,7 @@ public StaticlizeCrawler(
66
{
67
try
68
69
- this.UrlPathRegexToIgnore = new Regex(urlPathRegexToIgnore, RegexOptions.Compiled | RegexOptions.IgnoreCase);
+ this.UrlPathRegexToIgnore = new Regex(urlPathRegexToIgnore, RegexOptions.Compiled | RegexOptions.IgnoreCase, TimeSpan.FromSeconds(5));
70
}
71
catch (ArgumentException ex)
72
0 commit comments