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 8a0115d commit acdc441Copy full SHA for acdc441
src/WebJobs.Script/ScriptConstants.cs
@@ -75,6 +75,6 @@ public static class ScriptConstants
75
public const string SwaggerDocumentationKey = "swaggerdocumentationkey";
76
77
public const int MaximumHostIdLength = 32;
78
- public const int DynamicSkuConnectionLimit = 250;
+ public const int DynamicSkuConnectionLimit = 50;
79
}
80
0 commit comments