We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539b276 commit d263145Copy full SHA for d263145
RegexPlanet-DotNet/Test.aspx.cs
@@ -16,7 +16,7 @@ protected void Page_Load(object sender, EventArgs e)
16
string replacement = Request.Params["replacement"];
17
string[] inputs = Request.Params.GetValues("input");
18
19
- TimeSpan timeout = TimeSpan.FromSeconds(30);
+ TimeSpan timeout = TimeSpan.FromSeconds(10);
20
21
if (String.IsNullOrEmpty(regEx))
22
{
0 commit comments