@@ -32,15 +32,15 @@ namespace PeachpieBenchmarks.Server
.Run();
}
-
- class Startup
+
+ class Startup
{
public void ConfigureServices(IServiceCollection services)
- // disable timeout
services.AddPhp(options =>
- options.Core.ExecutionTimeout = -1;
+ // disable timeout
+ options.Core.ExecutionTimeout = 0;
});
@@ -1,5 +1,5 @@
"msbuild-sdks": {
- "Peachpie.NET.Sdk": "1.0.0-appv3917"
+ "Peachpie.NET.Sdk": "1.0.0-appv4128"